diff --git a/Cargo.toml b/Cargo.toml index dc623684..473685fa 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 = "c914fc0" } -alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "c914fc0" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "792b646" } +alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "792b646" } revm = { version = "9.0", default-features = false, features = ["std"] } anstyle = "1.0"