diff --git a/Cargo.toml b/Cargo.toml index 3218442..7fa6214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ name = "wtinylfu_cache" harness = false [target.'cfg(target_family = "wasm")'.dependencies] -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.3", features = ["js"] } [features] default = ["std"]