Skip to content

Commit

Permalink
chore(deps): bump bitcoincore-rpc from 0.17.0 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc) from 0.17.0 to 0.19.0.
- [Changelog](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/commits)

---
updated-dependencies:
- dependency-name: bitcoincore-rpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent 5787d9b commit 0841ebf
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 18 deletions.
144 changes: 127 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fail-on-warnings = []
sqlx-ledger = { version = "0.11.3", features = ["otel"] }

anyhow = "1.0.82"
bitcoincore-rpc = "0.17.0"
bitcoincore-rpc = "0.19.0"
clap = { version = "4.5", features = ["derive", "env"] }
chrono = { version = "0.4.38", features = ["clock", "serde"], default-features = false }
derive_builder = "0.20.0"
Expand Down

0 comments on commit 0841ebf

Please sign in to comment.