diff --git a/Cargo.toml b/Cargo.toml index 1bcf64ec..a5eb1341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ clippy.lint_groups_priority = "allow" # eth alloy-sol-types = "0.7.2" alloy-primitives = "0.7.2" -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" } -alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "7320d4c" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" } +alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "61140ec" } revm = { version = "9.0", git = "https://github.com/bluealloy/revm.git", rev = "a28a543", default-features = false, features = [ "std", ] }