From d31a422f08c42367e9b2ce0c3429f9397cd43a15 Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Sun, 3 Mar 2024 12:50:24 +0100 Subject: [PATCH] feat: bump alloy rpc types rev --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"