From 337d38da44c2a4f57361e62889331f545bd82f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:09:00 +0000 Subject: [PATCH] Bump alloy from 0.6.1 to 0.6.2 Bumps [alloy](https://github.com/alloy-rs/alloy) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/alloy/compare/v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: alloy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b3dd03..cfd428f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,9 +85,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "alloy" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1accb3ed60c0be2e9d90bfbf8eb60fbbcb1b7cb3f2a97ecea0d9f532f9bc7d0e" +checksum = "5758d94b67741865938b2f36bb0e4f52b08dbf38c100b78f16648e41d06050e9" dependencies = [ "alloy-consensus", "alloy-contract",