diff --git a/Cargo.toml b/Cargo.toml index ba70e3a3..b54574f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rand = "0.8.0" quickcheck = "1.0.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.3", features = ["js"] } [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dev-dependencies] wasm-bindgen-test = "0.3"