Skip to content

Commit

Permalink
chore(deps): bump bitcoin_hashes from 0.12.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [bitcoin_hashes](https://github.com/rust-bitcoin/rust-bitcoin) from 0.12.0 to 0.14.0.
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
- [Commits](rust-bitcoin/rust-bitcoin@bitcoin_hashes-0.12.0...bitcoin_hashes-0.14.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 Apr 10, 2024
1 parent 6020ef3 commit f0b0dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ axum = { workspace = true }
anyhow = { workspace = true, features = ["backtrace"] }
serde = { workspace = true, features = ["derive"] }
lightning-invoice = "0.29.0"
bitcoin_hashes = { version = "0.12.0", default-features = false }
bitcoin_hashes = { version = "0.14.0", default-features = false }
secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc", "rand"] }
testcontainers = { workspace = true }
testcontainers-modules = { workspace = true, features = ["postgres"] }
Expand Down

0 comments on commit f0b0dc3

Please sign in to comment.