diff --git a/evm/Cargo.toml b/evm/Cargo.toml index 63f4ec0c..571be6e9 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -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"