From a405ee714a251a0041926d2215a4d48beb4242f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 23:04:13 +0000 Subject: [PATCH] Update bitcoin requirement from 0.30.1 to 0.32.9 Updates the requirements on [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) to permit the latest version. - [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/commits/bitcoin-0.32.9) --- updated-dependencies: - dependency-name: bitcoin dependency-version: 0.32.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chameleon/Cargo.toml | 2 +- crow/Cargo.toml | 2 +- pigeon/Cargo.toml | 2 +- squirrel/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chameleon/Cargo.toml b/chameleon/Cargo.toml index 8d3ad1d..85f8e61 100644 --- a/chameleon/Cargo.toml +++ b/chameleon/Cargo.toml @@ -8,6 +8,6 @@ graphql = { path = "../graphql" } honeybadger = { path = "../honeybadger" } [dev-dependencies] -bitcoin = { version = "0.30.1" } +bitcoin = { version = "0.32.9" } ctor = "0.2.0" simplelog = { version ="0.12.0", features = ["test"] } diff --git a/crow/Cargo.toml b/crow/Cargo.toml index 07bfa63..abdb9ec 100644 --- a/crow/Cargo.toml +++ b/crow/Cargo.toml @@ -10,4 +10,4 @@ isocountry = { version = "0.3.2" } isolanguage-1 = { version = "0.2.2" } [dev-dependencies] -bitcoin = { version = "0.30.1" } +bitcoin = { version = "0.32.9" } diff --git a/pigeon/Cargo.toml b/pigeon/Cargo.toml index a99b811..ddedd39 100644 --- a/pigeon/Cargo.toml +++ b/pigeon/Cargo.toml @@ -8,7 +8,7 @@ graphql = { path = "../graphql" } honeybadger = { path = "../honeybadger" } [dev-dependencies] -bitcoin = { version = "0.30.1" } +bitcoin = { version = "0.32.9" } ctor = "0.2.0" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" } diff --git a/squirrel/Cargo.toml b/squirrel/Cargo.toml index f6f75c8..d72ad53 100644 --- a/squirrel/Cargo.toml +++ b/squirrel/Cargo.toml @@ -11,7 +11,7 @@ honeybadger = { path = "../honeybadger" } bdk = { version = "0.30.1", features = ["keys-bip39"] } [dev-dependencies] -bitcoin = { version = "0.29.2" } +bitcoin = { version = "0.32.9" } ctor = "0.2.0" rand = "0.8.5" simplelog = { version ="0.12.0", features = ["test"] }