diff --git a/Cargo.toml b/Cargo.toml index 2a49199b..b884d91c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ url = { version = "2.5.4", optional = true } ## EIP-1193 js-sys = { version = "0.3.77", optional = true } ### This is a transitive dependency, only here so we can turn on its wasm_bindgen feature -getrandom = { version = "0.2", features = ["js"], optional = true } +getrandom = { version = "0.4", features = ["js"], optional = true } rand = { version = "0.8.1", optional = true } serde-wasm-bindgen = { version = "0.6.0", optional = true } wasm-bindgen = { version = "0.2.100", optional = true }