Skip to content

Commit 4c52d8d

Browse files
committed
update futures version
1 parent 343e5fd commit 4c52d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde_json = "1.0.140"
2626
serde-wasm-bindgen = "0.6.5"
2727
wasm-bindgen = { version = "0.2.103", path = "./wasm-bindgen" }
2828
wasm-bindgen-cli-support = { version = "0.2.103", path = "./wasm-bindgen/crates/cli-support" }
29-
wasm-bindgen-futures = { version = "0.4.51", path = "./wasm-bindgen/crates/futures" }
29+
wasm-bindgen-futures = { version = "0.4.53", path = "./wasm-bindgen/crates/futures" }
3030
wasm-bindgen-macro-support = { version = "0.2.103", path = "./wasm-bindgen/crates/macro-support" }
3131
wasm-bindgen-shared = { version = "0.2.103", path = "./wasm-bindgen/crates/shared" }
3232
wasm-bindgen-test = { version = "0.3.51", path = "./wasm-bindgen/crates/test" }
@@ -69,7 +69,7 @@ opt-level = "z"
6969
js-sys = { version = "0.3.80", path = './wasm-bindgen/crates/js-sys' }
7070
wasm-bindgen = { version = "0.2.103", path = './wasm-bindgen' }
7171
wasm-bindgen-cli-support = { version = "0.2.103", path = "./wasm-bindgen/crates/cli-support" }
72-
wasm-bindgen-futures = { version = "0.4.51", path = './wasm-bindgen/crates/futures' }
72+
wasm-bindgen-futures = { version = "0.4.53", path = './wasm-bindgen/crates/futures' }
7373
wasm-bindgen-macro-support = { version = "0.2.103", path = "./wasm-bindgen/crates/macro-support" }
7474
wasm-bindgen-shared = { version = "0.2.103", path = "./wasm-bindgen/crates/shared" }
7575
wasm-bindgen-test = { version = "0.3.51", path = "./wasm-bindgen/crates/test" }

0 commit comments

Comments
 (0)