diff --git a/Cargo.toml b/Cargo.toml index 65fcc56d..a89bed67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ clippy.lint_groups_priority = "allow" # eth alloy-sol-types = "0.6" alloy-primitives = "0.6" -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "76c70fb" } -alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "76c70fb" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "52bf712" } +alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "52bf712" } revm = { version = "6.0", default-features = false, features = ["std"] } anstyle = "1.0"