Merge pull request #1001 from mir-protocol/eth_trie_utils_0_6_0_bump

Bumped `eth_trie_utils` to `0.6.0`
This commit is contained in:
BGluth 2023-04-20 13:57:25 -06:00 committed by GitHub
commit b35d25247a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ edition = "2021"
anyhow = "1.0.40"
blake2 = "0.10.5"
env_logger = "0.10.0"
eth_trie_utils = "0.5.0"
eth_trie_utils = "0.6.0"
ethereum-types = "0.14.0"
hex = { version = "0.4.3", optional = true }
hex-literal = "0.3.4"