Skip to content

Commit

Permalink
Update secp256k1 requirement from 0.27 to 0.28 (#708)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 65c9d0c commit 2d52e1f
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 @@ -29,7 +29,7 @@ serde_json = "1.0.39"
tiny-keccak = { version = "2.0.1", features = ["keccak"] }
pin-project = "1.0"
# Optional deps
secp256k1 = { version = "0.27", features = ["recovery"], optional = true }
secp256k1 = { version = "0.28", features = ["recovery"], optional = true }
once_cell = { version = "1.8.0", optional = true }

## HTTP
Expand Down

0 comments on commit 2d52e1f

Please sign in to comment.