Skip to content

Commit

Permalink
Update bitcoincore-rpc requirement from 0.14 to 0.15
Browse files Browse the repository at this point in the history
Updates the requirements on [bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc) to permit the latest version.
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/releases)
- [Changelog](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-bitcoincore-rpc@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: bitcoincore-rpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 5, 2022
1 parent e7e14d2 commit c87d4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcontainers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tokio = { version = "1", features = [ "macros" ], optional = true }
experimental = [ "async-trait", "bollard", "tokio" ]

[dev-dependencies]
bitcoincore-rpc = "0.14"
bitcoincore-rpc = "0.15"
json = "0.12"
lapin = "1.8.0"
mongodb = "2.1.0"
Expand Down

0 comments on commit c87d4a9

Please sign in to comment.