From b3fbf942e713af43eeee9297e5ba4a7d1a0d379d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:25:57 +0000 Subject: [PATCH] chore(deps): Bump bitcoin from 0.32.3 to 0.32.4 Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.32.3 to 0.32.4. - [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.3...bitcoin-0.32.4) --- updated-dependencies: - dependency-name: bitcoin 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 feb29788..91056da1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "bitcoin" -version = "0.32.3" +version = "0.32.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0032b0e8ead7074cda7fc4f034409607e3f03a6f71d66ade8a307f79b4d99e73" +checksum = "788902099d47c8682efe6a7afb01c8d58b9794ba66c06affd81c3d6b560743eb" dependencies = [ "base58ck", "bech32", diff --git a/Cargo.toml b/Cargo.toml index 6c7b4a6b..9307db5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ k256 = "0.13" lazy_static = "1.5.0" pocket-ic = "4.0.0" pretty_assertions = "1.4.1" -bitcoin = "0.32.3" +bitcoin = "0.32.4" strum = "0.26.3" strum_macros = "0.26.4" ic-chain-fusion-signer-api = { path = "src/signer/api" }