Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 47ef7f5

Browse files
build(deps): update rust-wasm-bindgen monorepo
1 parent 4b78e46 commit 47ef7f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lto = true
1313
[dependencies]
1414
anyhow = "1.0"
1515
console_error_panic_hook = "0.1.7"
16-
js-sys = "0.3.68"
16+
js-sys = "0.3.69"
1717
log = "0.4"
1818
http = "0.2"
1919
serde = "1"
@@ -23,15 +23,15 @@ serde_urlencoded = "0.7.1"
2323
strum = "0.26"
2424
strum_macros = "0.26.1"
2525
wasm-bindgen = "0.2.91"
26-
wasm-bindgen-futures = "0.4.41"
26+
wasm-bindgen-futures = "0.4.42"
2727
wasm-logger = "0.2"
2828
yew = "0.21"
2929

3030
[dev-dependencies]
3131
wasm-bindgen-test = "0.3"
3232

3333
[dependencies.web-sys]
34-
version = "0.3.68"
34+
version = "0.3.69"
3535
features = [
3636
"AbortController",
3737
"AbortSignal",

0 commit comments

Comments
 (0)