diff --git a/Cargo.toml b/Cargo.toml index 032ae083..6ba57f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,10 +28,10 @@ wasi = { version = "0.11", default-features = false } windows-targets = "0.52" [target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies] -wasm-bindgen = { version = "0.2.62", default-features = false, optional = true } +wasm-bindgen = { version = "0.2.89", default-features = false, optional = true } js-sys = { version = "0.3", optional = true } [target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dev-dependencies] -wasm-bindgen-test = "0.3.18" +wasm-bindgen-test = "0.3.39" [features] # Implement std-only traits for getrandom::Error