From 8b49810670f093cd0eecc0294a7162e4d1942261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 23:59:08 +0000 Subject: [PATCH] Update bitcoin requirement from 0.30.1 to 0.32.100 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.100) --- updated-dependencies: - dependency-name: bitcoin dependency-version: 0.32.100 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..f7ba58b 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.100" } ctor = "0.2.0" simplelog = { version ="0.12.0", features = ["test"] } diff --git a/crow/Cargo.toml b/crow/Cargo.toml index 07bfa63..655f5b5 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.100" } diff --git a/pigeon/Cargo.toml b/pigeon/Cargo.toml index a99b811..42471cc 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.100" } 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..fbc8588 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.100" } ctor = "0.2.0" rand = "0.8.5" simplelog = { version ="0.12.0", features = ["test"] }