From 248309649fd2b61c22170fabe793ee1f43c3d849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:10:32 +0000 Subject: [PATCH] chore(deps): bump bitcoin from 0.32.4 to 0.32.5 Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.32.4 to 0.32.5. - [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases) - [Changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-bitcoin/compare/bitcoin-0.32.4...bitcoin-0.32.5) --- updated-dependencies: - dependency-name: bitcoin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a51994429c..20c4a14d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "bitcoin" -version = "0.32.4" +version = "0.32.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "788902099d47c8682efe6a7afb01c8d58b9794ba66c06affd81c3d6b560743eb" +checksum = "ce6bc65742dea50536e35ad42492b234c27904a27f0abdcbce605015cb4ea026" dependencies = [ "base58ck", "bech32", diff --git a/Cargo.toml b/Cargo.toml index fbcbb7c926..b97d936fde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ pocket-ic = "5.0.0" pretty_assertions = "1.4.1" strum = "0.26.3" strum_macros = "0.26.4" -bitcoin = "0.32.4" +bitcoin = "0.32.5"