diff --git a/Cargo.lock b/Cargo.lock index 1dd629f..07844f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,6 +350,7 @@ dependencies = [ "cfg-if", "const-hex", "derive_more", + "getrandom", "hex-literal", "itoa", "k256", diff --git a/Cargo.toml b/Cargo.toml index c8f339a..46a4275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "CAL-1.0" repository = "https://github.com/rainlanguage/rain.erc" [dependencies] -alloy = { version = "0.2.0", features = ["full", "node-bindings"] } +alloy = { version = "0.2.0", features = ["getrandom"] } thiserror = "1.0.56" alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "2c09cd1cfe910602fe712f49c9c639418273abe2" }