Skip to content

Commit

Permalink
fix(deps): update rust-wasm-bindgen monorepo (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent dee52e5 commit 557d515
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 34 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rrr_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ rust-version = "1.66.0"
log = "0.4.21"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"
wasm-bindgen = "0.2.92"
10 changes: 5 additions & 5 deletions crates/rrr_fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ ureq = { version = "2.9.7" }
[target.'cfg(target_arch = "wasm32")'.dependencies]
futures = { version = "0.3.30", features = ["thread-pool"] }
futures-util = "0.3.30"
js-sys = "0.3"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
js-sys = "0.3.69"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
wasm-streams = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
version = "0.3.69"
features = [
"HtmlCanvasElement",
"Headers",
Expand All @@ -40,4 +40,4 @@ features = [
]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"
wasm-bindgen-test = "0.3.42"
4 changes: 2 additions & 2 deletions crates/rrr_time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ publish = false
rust-version = "1.64.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
version = "0.3.69"
features = ["Window", "Performance"]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"
wasm-bindgen-test = "0.3.42"
2 changes: 1 addition & 1 deletion crates/rrr_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ rust-version = "1.66.0"
serde = { version = "1.0.200", features = ["derive"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"
wasm-bindgen = "0.2.92"
10 changes: 5 additions & 5 deletions crates/rrr_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bench = ["dep:rrr_bench"]
anyhow = "1.0.82"
console_error_panic_hook = "0.1.7"
console_log = "1.0"
js-sys = "0.3"
js-sys = "0.3.69"
log = "0.4.21"
pixels = "0.13"
rrr_bench = { path = "../rrr_bench", optional = true }
Expand All @@ -34,15 +34,15 @@ rrr_input = { path = "../rrr_input" }
rrr_record = { path = "../rrr_record" }
rrr_render = { path = "../rrr_render" }
rrr_time = { path = "../rrr_time" }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
wgpu = { version = "0.19", features = ["webgl"] }
winit = "0.28"
winit_input_helper = "0.16"

[dependencies.web-sys]
version = "0.3"
version = "0.3.69"
features = ["HtmlCanvasElement", "Response", "ReadableStream"]

[dev-dependencies]
wasm-bindgen-test = "0.3"
wasm-bindgen-test = "0.3.42"

0 comments on commit 557d515

Please sign in to comment.