From 3ea3b68f606624a893f43eeff0f8c91f6ab24c8d Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:28:25 +0000 Subject: [PATCH] deps: bump alloy-chains (#15356) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a1ce19a59..2e40ab4ba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-chains" -version = "0.1.66" +version = "0.1.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8e42c54af787e3521229df1787d7b8300910dc6d9d04d378eb593b26388bd11" +checksum = "4187222f4ed4bf8d0539f845249b450de318ba33dd74bac328a9a1dfbfc13ba6" dependencies = [ "alloy-primitives", "alloy-rlp", diff --git a/Cargo.toml b/Cargo.toml index c15a65ae78..7e111aeb9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -450,7 +450,7 @@ op-revm = { version = "1.0.0-alpha.6", default-features = false } revm-inspectors = "0.17.0-alpha.1" # eth -alloy-chains = { version = "0.1.64", default-features = false } +alloy-chains = { version = "0.1.68", default-features = false } alloy-dyn-abi = "0.8.25" alloy-eip2124 = { version = "0.1.0", default-features = false } alloy-evm = { version = "0.1.0-alpha.3", default-features = false }