Skip to content

Commit

Permalink
chore(deps): bump bitcoin from 0.32.2 to 0.32.3 (#2709)
Browse files Browse the repository at this point in the history
Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.32.2 to 0.32.3.
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
- [Commits](rust-bitcoin/rust-bitcoin@bitcoin-0.32.2...bitcoin-0.32.3)

---
updated-dependencies:
- dependency-name: bitcoin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 10842c1 commit 2e2b660
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 @@ -160,7 +160,7 @@ bcs = "0.1.3"
bytes = "1.7.2"
bech32 = "0.11.0"
better_any = "0.1.1"
bitcoin = { version = "0.32.2", features = ["rand-std", "bitcoinconsensus"] }
bitcoin = { version = "0.32.3", features = ["rand-std", "bitcoinconsensus"] }
bitcoin_hashes = { version = "0.14.0", features = ["serde"] }
bitcoincore-rpc = "0.19.0"
bitcoincore-rpc-json = "0.19.0"
Expand Down

0 comments on commit 2e2b660

Please sign in to comment.