diff --git a/Cargo.lock b/Cargo.lock index 85d804736c..074565f825 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e7c6a8c492b1d6a4f92a8fc6a13cf39473978dd7d459d7221969ce5a73d97cd" +checksum = "ad09ec5853fa700d12d778ad224dcdec636af424d29fad84fb9a2f16a5b0ef09" dependencies = [ "alloy-primitives", "alloy-sol-macro", diff --git a/bins/revm-test/Cargo.toml b/bins/revm-test/Cargo.toml index 17c6ff94b0..8ef7fdf013 100644 --- a/bins/revm-test/Cargo.toml +++ b/bins/revm-test/Cargo.toml @@ -10,7 +10,7 @@ hex = "0.4" revm = { path = "../../crates/revm", version = "6.1.0",default-features=false } microbench = "0.5" alloy-sol-macro = "0.6.4" -alloy-sol-types = "0.6.3" +alloy-sol-types = "0.6.4" regex = "1.10.3" eyre = "0.6.12"