diff --git a/Cargo.toml b/Cargo.toml index b1f48cf..42496a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ default = ["console_error_panic_hook"] [dependencies] wasm-bindgen = "0.2.84" -rand = "0.8.4" +rand = "0.9.1" getrandom = { version = "0.2", features = ["js"]} # The `console_error_panic_hook` crate provides better debugging of panics by