diff --git a/Cargo.toml b/Cargo.toml index ba76fed..d7c0432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ pretty = ["bin", "atty", "colored"] completion = ["clap_autocomplete"] [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.3", features = ["js"] } # Build with `--profile production` [profile.production]