Skip to content

Commit c3e65f1

Browse files
fix(deps): update rust crate wasm-bindgen-futures to v0.4.54
1 parent a6f9dc3 commit c3e65f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = []
1717

1818
[dependencies]
1919
wasm-bindgen = {version = "=0.2.93", features = ["serde-serialize"]}
20-
wasm-bindgen-futures = "=0.4.43"
20+
wasm-bindgen-futures = "=0.4.54"
2121
serde = { version = "1.0", features = ["derive"] }
2222

2323
# The `console_error_panic_hook` crate provides better debugging of panics by

0 commit comments

Comments
 (0)