diff --git a/Cargo.toml b/Cargo.toml index 85971bb9..5050887b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ url = "2.2.2" webbrowser = { version = "1.0.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2.3", features = ["js"] } +getrandom = { version = "0.3.3", features = ["js"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] getrandom = "0.2.3"