From 3c3c99715d351f3b35ed50b4fe31fa395877b130 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 6 May 2024 17:28:43 +0200 Subject: [PATCH] chore: bump alloy 05af0de --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6755a33b..16a32c29 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 = "c3ea7bc" } -alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "c3ea7bc" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "05af0de" } +alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "05af0de" } revm = { version = "8.0", default-features = false, features = ["std"] } anstyle = "1.0"