diff --git a/Cargo.lock b/Cargo.lock index 6ec49dfd3b..778a638496 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "783eb720b73d38f9d4c1fb9890e4db6bc8c708f7aa77d3071a19e06091ecd1c9" +checksum = "6c08f62ded7ce03513bfb60ef5cad4fff5d4f67eac6feb4df80426b7b9ffb06e" dependencies = [ "alloy-primitives", "alloy-sol-macro", diff --git a/bins/revm-test/Cargo.toml b/bins/revm-test/Cargo.toml index cf5ed6cee3..7b0dd456f4 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 = "3.3.0",default-features=false } microbench = "0.5" alloy-sol-macro = "0.6.2" -alloy-sol-types = "0.6.0" +alloy-sol-types = "0.6.2" regex = "1.10.3" eyre = "0.6.8"