Fix EVM dependency list (#576)

This commit is contained in:
Jacqueline Nabaglo 2022-06-23 18:33:34 -07:00 committed by GitHub
parent 191ddf7bc1
commit 46df1bb6b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" }
keccak-rust = { git = "https://github.com/npwardberkeley/keccak-rust" }