diff --git a/crates/test_fixtures/Cargo.toml b/crates/test_fixtures/Cargo.toml index 8163ffbd7..63a8844a3 100644 --- a/crates/test_fixtures/Cargo.toml +++ b/crates/test_fixtures/Cargo.toml @@ -12,4 +12,4 @@ serde_json = { workspace = true } alloy = { workspace = true, features = ["node-bindings", "sol-types", "rpc-types", "provider-http", "network", "contract", "signer-local"] } [target.'cfg(target_family = "wasm")'.dependencies] -getrandom = { version = "0", features = ["js", "js-sys"] } +getrandom = { version = "0.2", features = ["js", "js-sys"] }