From 5a4fd5e394d8bdf1337ac076d0b5fde4f2dd617c Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sun, 19 May 2024 11:29:37 +0200 Subject: [PATCH] chore: alloy 64feb9b (#128) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a04826c..99aba11b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ clippy.lint_groups_priority = "allow" # eth alloy-sol-types = "0.7.2" alloy-primitives = "0.7.2" -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "f415827" } -alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "f415827" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "64feb9b" } +alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "64feb9b" } revm = { version = "9.0", default-features = false, features = ["std"] } anstyle = "1.0"