diff --git a/Cargo.toml b/Cargo.toml index 698efaf..aa6f169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ flate2 = "1.0.35" bincode = "1.3.3" [dev-dependencies] -getrandom = { version = "0.2.15", features = ["js"] } +getrandom = { version = "0.3.2", features = ["js"] } wasm-bindgen-test = "0.3.34" web-sys = { version = "0.3.67", features = ["console"] }