From 8b02918db6211621e01413ca7f63a1f716b93e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:36:31 +0000 Subject: [PATCH] chore(deps): bump alloy from 0.3.3 to 0.3.5 Bumps [alloy](https://github.com/alloy-rs/alloy) from 0.3.3 to 0.3.5. - [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.3.3...v0.3.5) --- updated-dependencies: - dependency-name: alloy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f91c0f..e2c421d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "alloy" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c37d89f69cb43901949ba29307ada8b9e3b170f94057ad4c04d6fd169d24d65f" +checksum = "b2683873c2744f6cd72d0db51bb74fee9ed310e0476a140bdc19e82b407d8a0a" dependencies = [ "alloy-consensus", "alloy-contract", diff --git a/Cargo.toml b/Cargo.toml index 0e50b04..424b8c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -alloy = { version = "0.3.3", default-features = false, features = ["std", "rpc-client-ws"] } +alloy = { version = "0.3.5", default-features = false, features = ["std", "rpc-client-ws"] } arrayvec = "0.7.6" axum = { version = "0.7.5", features = ["http2"] } bdk_esplora = { version = "0.17.0", features = ["async-https", "async-https-rustls"], default-features = false }