Skip to content

Commit 61e5bb6

Browse files
build(deps): update bitcoind requirement from 0.37.0 to 0.38.0
Updates the requirements on [bitcoind](https://github.com/rust-bitcoin/corepc) to permit the latest version. - [Commits](rust-bitcoin/corepc@bitcoind-0.37.0...bitcoind-0.38.0) --- updated-dependencies: - dependency-name: bitcoind dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da463f8 commit 61e5bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hex-conservative = { version = "0.2.1" } # blame: corepc-node
2626

2727
[dev-dependencies]
2828
anyhow = { version = "1.0.66" }
29-
bitcoind = { version = "0.37.0", features = ["download", "29_0"] }
29+
bitcoind = { version = "0.38.0", features = ["download", "29_0"] }
3030

3131
# These pins are needed for `Cargo-minimal.lock`:
3232
tar = { version = "0.4.43" } # blame: corepc-node

0 commit comments

Comments
 (0)