diff --git a/Cargo.toml b/Cargo.toml index 53abad5..f64b9ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ pretty = ["bin", "colored"] completion = ["clap_autocomplete"] [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] } # Build with `--profile production` [profile.production]