diff --git a/Cargo.toml b/Cargo.toml index 2d7f65ce7..044757de8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -191,7 +191,7 @@ system-configuration = { version = "0.6.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3.45" serde_json = "1.0" -wasm-bindgen = "0.2.68" +wasm-bindgen = "0.2.89" wasm-bindgen-futures = "0.4.18" wasm-streams = { version = "0.4", optional = true } @@ -216,7 +216,7 @@ features = [ ] [target.'cfg(target_arch = "wasm32")'.dev-dependencies] -wasm-bindgen = { version = "0.2.68", features = ["serde-serialize"] } +wasm-bindgen = { version = "0.2.89", features = ["serde-serialize"] } wasm-bindgen-test = "0.3" [lints.rust]