diff --git a/evm/Cargo.toml b/evm/Cargo.toml index 7412d7f0..6522bf0e 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -10,11 +10,11 @@ plonky2_util = { path = "../util" } anyhow = "1.0.40" env_logger = "0.9.0" ethereum-types = "0.13.1" -itertools = "0.10.0" +itertools = "0.10.3" log = "0.4.14" pest = "2.1.3" pest_derive = "2.1.0" rayon = "1.5.1" rand = "0.8.5" rand_chacha = "0.3.1" -keccak-rust = { git = "https://github.com/npwardberkeley/keccak-rust" } \ No newline at end of file +keccak-rust = { git = "https://github.com/npwardberkeley/keccak-rust" }