Skip to content

Commit

Permalink
Update alloy-trie requirement from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [alloy-trie](https://github.com/alloy-rs/trie) to permit the latest version.
- [Changelog](https://github.com/alloy-rs/trie/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/trie@v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: alloy-trie
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent bfea3b8 commit 14654f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ alloy-primitives = { version = "0.7", features = ["serde", "rlp", "std"] }
alloy-rlp = { version = "0.3.7", default-features = false }
alloy-rlp-derive = { version = "0.3.7", default-features = false }
alloy-sol-types = { version = "0.7" }
alloy-trie = { version = "0.4.0" }
alloy-trie = { version = "0.5.0" }
anyhow = { version = "1.0" }
bincode = { version = "1.3" }
clap = { version = "4.5", features = ["derive", "env"] }
Expand Down

0 comments on commit 14654f7

Please sign in to comment.