Skip to content

Commit

Permalink
build(deps): update bitcoin_hashes requirement from 0.12 to 0.13
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.
- [Commits](rust-bitcoin/rust-bitcoin@bitcoin_hashes-0.12.0...bitcoin_hashes-0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 25, 2023
1 parent 5df0b99 commit 6b2dc3b
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.13", default-features = false }
crc = "3"
minicbor = { version = "0.19", features = ["alloc"] }
phf = { version = "0.11", features = ["macros"], default-features = false }
Expand Down

0 comments on commit 6b2dc3b

Please sign in to comment.