diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 6184dd9262..529a491bb3 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -56,7 +56,4 @@ web-spawn = { workspace = true } ws_stream_wasm = { git = "https://github.com/tlsnotary/ws_stream_wasm", rev = "2ed12aad9f0236e5321f577672f309920b2aef51" } [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2", features = ["js"] } -getrandom_03 = { package = "getrandom", version = "0.3", features = [ - "wasm_js", -] } +getrandom = { version = "0.3", features = ["wasm_js"] }