Skip to content

Commit

Permalink
build(deps): update bitcoin_hashes requirement from 0.12 to 0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [bitcoin_hashes](https://github.com/rust-bitcoin/rust-bitcoin) to permit the latest version.
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
- [Changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-bitcoin@bitcoin_hashes-0.12.0...bitcoin_hashes-0.16.0)

---
updated-dependencies:
- dependency-name: bitcoin_hashes
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 64b15b2 commit e9ff33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
repository = "https://github.com/dspicher/ur-rs/"

[dependencies]
bitcoin_hashes = { version = "0.12", default-features = false }
bitcoin_hashes = { version = "0.16", default-features = false }
crc = "3"
minicbor = { version = "0.25", features = ["alloc"] }
phf = { version = "0.11", features = ["macros"], default-features = false }
Expand Down

0 comments on commit e9ff33e

Please sign in to comment.