diff --git a/Cargo.toml b/Cargo.toml index 0b2c3f1..b711654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ core-foundation-sys = "0.8.3" windows-core = { version = ">=0.50, <=0.52" } [target.'cfg(target_arch = "wasm32")'.dependencies] -js-sys = "0.3.50" -wasm-bindgen = "0.2.70" +js-sys = "0.3.66" +wasm-bindgen = "0.2.89" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3"