From f1f743b3a41862ac543da162a0aadd0a839661c8 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 31 Jan 2025 11:25:29 +0100 Subject: [PATCH] bump alloy --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e5e6ad..c959e9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,8 +30,8 @@ clippy.lint_groups_priority = "allow" [dependencies] # eth -alloy-rpc-types-eth = "0.10" -alloy-rpc-types-trace = "0.10" +alloy-rpc-types-eth = "0.11" +alloy-rpc-types-trace = "0.11" alloy-sol-types = "0.8" alloy-primitives = { version = "0.8", features = ["map"] } revm = { version = "19.0.0", default-features = false, features = ["std"] } @@ -58,5 +58,5 @@ serde = ["dep:serde", "revm/serde"] js-tracer = ["dep:boa_engine", "dep:boa_gc"] [patch.crates-io] -alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" } -alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" } +#alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" } +#alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }