From 8d5e6e66b6645ca5aa6cc17a8a519027200124e3 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Tue, 14 May 2024 21:54:44 +0300 Subject: [PATCH] chore: bump alloy 07611cf --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 473685fa..e0487cdb 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 = "792b646" } -alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "792b646" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "07611cf" } +alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "07611cf" } revm = { version = "9.0", default-features = false, features = ["std"] } anstyle = "1.0"