From f428ee240e63319e40fec2878da540eb7a11ee2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:03:07 +0000 Subject: [PATCH] chore(deps): bump alloy from 0.7.2 to 0.7.3 in /bolt-cli Bumps [alloy](https://github.com/alloy-rs/alloy) from 0.7.2 to 0.7.3. - [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.7.2...v0.7.3) --- updated-dependencies: - dependency-name: alloy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bolt-cli/Cargo.lock | 6 +++--- bolt-cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bolt-cli/Cargo.lock b/bolt-cli/Cargo.lock index 132828e1..a1236e4a 100644 --- a/bolt-cli/Cargo.lock +++ b/bolt-cli/Cargo.lock @@ -60,9 +60,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44ab65cb6104c389b46df77b7990cab08780f57e41b412b46d6d12baf7e8c716" +checksum = "02b0561294ccedc6181e5528b850b4579e3fbde696507baa00109bfd9054c5bb" dependencies = [ "alloy-consensus", "alloy-contract", @@ -3569,7 +3569,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/bolt-cli/Cargo.toml b/bolt-cli/Cargo.toml index 117f9999..a4f4d72e 100644 --- a/bolt-cli/Cargo.toml +++ b/bolt-cli/Cargo.toml @@ -25,7 +25,7 @@ bls12_381 = "0.8.0" # ethereum ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "cf3c404" } lighthouse_eth2_keystore = { package = "eth2_keystore", git = "https://github.com/sigp/lighthouse", rev = "a87f19d" } -alloy = { version = "0.7.0", features = [ +alloy = { version = "0.7.3", features = [ "full", "provider-anvil-api", "provider-anvil-node",