Skip to content

Commit

Permalink
Update secp256k1 requirement from 0.24.3 to 0.28.0
Browse files Browse the repository at this point in the history
Updates the requirements on [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) to permit the latest version.
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-bitcoin/rust-secp256k1/commits/secp256k1-0.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent abb5de0 commit dc6c0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honey-badger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ base64 = "0.21.0"
bdk = { version = "0.28.0", features = ["keys-bip39"] }
log = "0.4.17"
rand = "0.8.5"
secp256k1 = { version = "0.24.3", features = ["global-context"] }
secp256k1 = { version = "0.28.0", features = ["global-context"] }
serde_json = "1.0"

graphql = { path = "../graphql" }
Expand Down

0 comments on commit dc6c0c6

Please sign in to comment.