From 2264e3ecb50eac54e996d822d7262cc1e40b312d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:00:09 +0000 Subject: [PATCH] build(deps): update bitcoind requirement from 0.38.0 to 0.39.0 Updates the requirements on [bitcoind](https://github.com/rust-bitcoin/corepc) to permit the latest version. - [Commits](https://github.com/rust-bitcoin/corepc/compare/bitcoind-0.38.0...bitcoind-0.39.0) --- updated-dependencies: - dependency-name: bitcoind dependency-version: 0.39.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d533de1..8b7f4d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ hex-conservative = { version = "0.2.1" } # blame: corepc-node [dev-dependencies] anyhow = { version = "1.0.66" } bdk_bitcoind_client = { path = ".", default-features = false, features = ["bitreq", "29_0"] } -bitcoind = { version = "0.38.0", features = ["download", "29_0"] } +bitcoind = { version = "0.39.0", features = ["download", "29_0"] } # These pins are needed for `Cargo-minimal.lock`: tar = { version = "0.4.43" } # blame: corepc-node