Skip to content

Commit

Permalink
chore(deps): bump bitcoin_hashes from 0.14.0 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [bitcoin_hashes](https://github.com/rust-bitcoin/rust-bitcoin) from 0.14.0 to 0.16.0.
- [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.14.0...bitcoin_hashes-0.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent c5e843d commit cfa44c3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
29 changes: 19 additions & 10 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 moksha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/lib.rs"
anyhow = { workspace = true }
url = { workspace = true }
base64 = { workspace = true }
bitcoin_hashes = "0.14.0"
bitcoin_hashes = "0.16.0"
secp256k1 = { workspace = true, default-features = true, features = [
"rand",
"serde",
Expand Down

0 comments on commit cfa44c3

Please sign in to comment.