diff --git a/Cargo.toml b/Cargo.toml index b1f48cf..1af3589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ default = ["console_error_panic_hook"] [dependencies] wasm-bindgen = "0.2.84" rand = "0.8.4" -getrandom = { version = "0.2", features = ["js"]} +getrandom = { version = "0.3", features = ["js"]} # The `console_error_panic_hook` crate provides better debugging of panics by # logging them with `console.error`. This is great for development, but requires