diff --git a/Cargo.toml b/Cargo.toml index d1a83bd7..a78146f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ runtime-tokio = ["tokio/fs", "tokio/io-util"] watcher = [] [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.3", features = ["js"] } wasm-bindgen-test = "0.3.49" [target.'cfg(target_arch = "wasm32")'.dev-dependencies]