From 3fbed370a32249159db0f539a2c9a6df3e536ae8 Mon Sep 17 00:00:00 2001 From: Federico Gimenez Date: Fri, 3 May 2024 13:36:54 +0200 Subject: [PATCH] chore: bump alloy af788af --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8680aa36..a3364e4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ clippy.lint_groups_priority = "allow" # eth alloy-sol-types = "0.7.1" alloy-primitives = "0.7.1" -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "ca54552" } -alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "ca54552" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "af788af" } +alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "af788af" } revm = { version = "8.0", default-features = false, features = ["std"] } anstyle = "1.0"