From 7a631b832cd186c41f071719642095604946b07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:10:26 +0000 Subject: [PATCH] build(deps): update bitcoind requirement from 0.38.0 to 0.40.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.40.0) --- updated-dependencies: - dependency-name: bitcoind dependency-version: 0.40.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..b1766f4 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.40.0", features = ["download", "29_0"] } # These pins are needed for `Cargo-minimal.lock`: tar = { version = "0.4.43" } # blame: corepc-node