diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 998ae790..fe9037a1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -44,7 +44,7 @@ getrandom = "0.2.3" # wasm [target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies] -serde-wasm-bindgen = "0.4.5" +serde-wasm-bindgen = "0.5.0" wasm-bindgen = "=0.2.83" rand_os = { version = "0.1", features = ["wasm-bindgen"] } js-sys = "0.3.51"