diff --git a/evm/Cargo.toml b/evm/Cargo.toml index a3dc09e2..bcbc5cd9 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] plonky2 = { path = "../plonky2", default-features = false, features = ["rand", "timing"] } plonky2_util = { path = "../util" } -eth_trie_utils = "0.2.0" +eth_trie_utils = "0.2.1" anyhow = "1.0.40" env_logger = "0.9.0" ethereum-types = "0.14.0"