This commit is contained in:
Nicholas Ward 2022-12-13 10:29:03 -08:00
parent 53004867b3
commit f3937e9977

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.40"
blake2 = "0.10.5"
env_logger = "0.9.0"
env_logger = "0.10.0"
eth_trie_utils = "0.4.0"
ethereum-types = "0.14.0"
hex = { version = "0.4.3", optional = true }
@ -35,7 +35,6 @@ jemallocator = "0.5.0"
[dev-dependencies]
criterion = "0.4.0"
env_logger = "0.10.0"
hex = "0.4.3"
ripemd = "0.1.3"
sha2 = "0.10.6"