From 6bbf3033ba0119531de69cbddad1f4b89dfa2c4a Mon Sep 17 00:00:00 2001 From: Thomas Coratger <60488569+tcoratger@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:42:41 +0200 Subject: [PATCH] chore: bump alloy to 6cb3713 (#144) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4879a2..2c5141b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ clippy.lint_groups_priority = "allow" # eth alloy-sol-types = "0.7" alloy-primitives = "0.7" -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "00d81d7", features = ["eth", "trace"] } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6cb3713", features = ["eth", "trace"] } revm = { version = "9.0", git = "https://github.com/bluealloy/revm.git", rev = "8f4c153", default-features = false, features = [ "std", ] }