From 1f1b1e84920efa7b86e06e780531a9bd6f073ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 02:01:10 +0000 Subject: [PATCH] chore(deps): bump alloy-sol-types from 0.6.0 to 0.6.2 Bumps [alloy-sol-types](https://github.com/alloy-rs/core) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/core/compare/v0.6.0...v0.6.2) --- updated-dependencies: - dependency-name: alloy-sol-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bins/revm-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"