From 890bae2dffd0c7f034332b04f33c0fd2779b8620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:42:06 +0000 Subject: [PATCH] chore(deps): bump alloy from 0.8.0 to 0.8.3 in /bolt-sidecar Bumps [alloy](https://github.com/alloy-rs/alloy) from 0.8.0 to 0.8.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.8.0...v0.8.3) --- updated-dependencies: - dependency-name: alloy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bolt-sidecar/Cargo.lock | 4 ++-- bolt-sidecar/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bolt-sidecar/Cargo.lock b/bolt-sidecar/Cargo.lock index 20e6383e..e5cc0a5d 100644 --- a/bolt-sidecar/Cargo.lock +++ b/bolt-sidecar/Cargo.lock @@ -127,9 +127,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy" -version = "0.8.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689e271a72a5c0b05bfdf41c9d0424f11e9df721385dc5bd9045a51f9ea3313b" +checksum = "59febb24956a41c29bb5f450978fbe825bd6456b3f80586c8bd558dc882e7b6a" dependencies = [ "alloy-consensus", "alloy-contract", diff --git a/bolt-sidecar/Cargo.toml b/bolt-sidecar/Cargo.toml index f5e4b5e6..2e2499dd 100644 --- a/bolt-sidecar/Cargo.toml +++ b/bolt-sidecar/Cargo.toml @@ -29,7 +29,7 @@ ssz_rs = { git = "https://github.com/ralexstokes/ssz-rs", rev = "ec3073e" } ethereum_ssz = "0.8.1" # alloy -alloy = { version = "0.8.0", features = [ +alloy = { version = "0.8.3", features = [ "full", "provider-trace-api", "rpc-types-beacon",