Merge pull request #1124 from 0xmozak/matthias/remove_unused_deps

Remove unused dependency `blake2` from `evm` crate
This commit is contained in:
Nicholas Ward 2023-07-13 15:39:10 -07:00 committed by GitHub
commit 63b8cebaac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.40"
blake2 = "0.10.5"
env_logger = "0.10.0"
eth_trie_utils = "0.6.0"
ethereum-types = "0.14.0"