From dd6ae834b237e0c644c78c5dd26761037dcc08e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 05:56:57 +0000 Subject: [PATCH] Update alloy-trie requirement from 0.8 to 0.9 Updates the requirements on [alloy-trie](https://github.com/alloy-rs/trie) to permit the latest version. - [Release notes](https://github.com/alloy-rs/trie/releases) - [Changelog](https://github.com/alloy-rs/trie/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/trie/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: alloy-trie dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0467e820..da90fcd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ alloy-sol-types = { version = "1.3" } # Alloy host dependencies alloy = { version = "1.0", default-features = false } -alloy-trie = { version = "0.8" } +alloy-trie = { version = "0.9" } # Beacon chain support ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus.git", rev = "ade5ce6c4a19107c1059e5338d8f18855bd2d931" }