From d086ee8a77b46a740c446064b55f0ef526919586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:38:55 +0000 Subject: [PATCH] chore(deps): bump alloy-hardforks from 0.4.4 to 0.4.7 Bumps [alloy-hardforks](https://github.com/alloy-rs/hardforks) from 0.4.4 to 0.4.7. - [Release notes](https://github.com/alloy-rs/hardforks/releases) - [Commits](https://github.com/alloy-rs/hardforks/compare/alloy-hardforks-v0.4.4...alloy-hardforks-v0.4.7) --- updated-dependencies: - dependency-name: alloy-hardforks dependency-version: 0.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cae8c5..64d0eff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,9 +762,9 @@ dependencies = [ [[package]] name = "alloy-hardforks" -version = "0.4.4" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e29d7eacf42f89c21d7f089916d0bdb4f36139a31698790e8837d2dbbd4b2c3" +checksum = "83ba208044232d14d4adbfa77e57d6329f51bc1acc21f5667bb7db72d88a0831" dependencies = [ "alloy-chains", "alloy-eip2124", diff --git a/Cargo.toml b/Cargo.toml index 4e43917..3bf4b6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ alloy-provider = { version = "1.0.41", features = [ alloy-rlp = { version = "0.3.10", features = ["core-net"] } alloy-rpc-types-eth = "1.0.41" alloy-rpc-types-engine = "1.0.41" -alloy-hardforks = "0.4.4" +alloy-hardforks = "0.4.7" alloy-trie = { version = "0.9.1", default-features = false } alloy-evm = { version = "0.23.0", default-features = false }