From a2382b056d3029e381565d31db633c7552044e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 02:01:00 +0000 Subject: [PATCH] chore(deps): bump ethers-contract from 2.0.11 to 2.0.13 Bumps [ethers-contract](https://github.com/gakonst/ethers-rs) from 2.0.11 to 2.0.13. - [Release notes](https://github.com/gakonst/ethers-rs/releases) - [Changelog](https://github.com/gakonst/ethers-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/gakonst/ethers-rs/compare/ethers-contract-v2.0.11...ethers-contract-v2.0.13) --- updated-dependencies: - dependency-name: ethers-contract dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/revm/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ec49dfd3b..8a1f5f2509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,9 +1038,9 @@ dependencies = [ [[package]] name = "ethers-contract" -version = "2.0.11" +version = "2.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0111ead599d17a7bff6985fd5756f39ca7033edc79a31b23026a8d5d64fa95cd" +checksum = "43304317c7f776876e47f2f637859f6d0701c1ec7930a150f169d5fbe7d76f5a" dependencies = [ "const-hex", "ethers-core", @@ -1054,9 +1054,9 @@ dependencies = [ [[package]] name = "ethers-core" -version = "2.0.12" +version = "2.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "918b1a9ba585ea61022647def2f27c29ba19f6d2a4a4c8f68a9ae97fd5769737" +checksum = "aab3cef6cc1c9fd7f787043c81ad3052eff2b96a3878ef1526aa446311bdbfc9" dependencies = [ "arrayvec", "bytes", diff --git a/crates/revm/Cargo.toml b/crates/revm/Cargo.toml index a2400e49eb..2b4b343c4d 100644 --- a/crates/revm/Cargo.toml +++ b/crates/revm/Cargo.toml @@ -35,7 +35,7 @@ ethers-core = { version = "2.0", optional = true } futures = { version = "0.3.30", optional = true } [dev-dependencies] -ethers-contract = { version = "2.0.11", default-features = false } +ethers-contract = { version = "2.0.13", default-features = false } anyhow = "1.0.79" criterion = "0.5" indicatif = "0.17"