diff --git a/Cargo.toml b/Cargo.toml index b3dab47..cb8a5a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ clippy.lint_groups_priority = "allow" # eth alloy-sol-types = "0.7.0" alloy-primitives = "0.7.0" -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" } -alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "188c4f8" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "31846e7" } +alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "31846e7" } revm = { version = "8.0", default-features = false, features = ["std"] } anstyle = "1.0"