diff --git a/Cargo.toml b/Cargo.toml index 2e84529..763bcc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } # web [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7" -getrandom = { version = "0.3.4", default-features = false, features = [ +getrandom = { version = "0.4.1", default-features = false, features = [ "wasm_js", ] } poll-promise = { version = "0.3.0", features = ["web"] }