diff --git a/Cargo.toml b/Cargo.toml index a544b3be..6b5462c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ std_rand = ["rand/std_rng", "rand/std"] js = ["getrandom/js"] [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2.8", optional = true } +getrandom = { version = "0.3.4", optional = true } [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies] wasm-bindgen-test = "0.3"