Skip to content

Commit

Permalink
Update secp256k1 requirement from 0.27.0 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 8046e63 commit fef3c46
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 @@ -28,7 +28,7 @@ blake2 = "0.10.6"
ethereum-types = "0.14.0"
itertools = "0.12.0"
tiny-keccak = { version = "2.0.0", features = ["keccak"] }
secp256k1 = { version = "0.27.0", features = [ "recovery" ] }
secp256k1 = { version = "0.28.0", features = [ "recovery" ] }
tiny-bip39 = "1.0.0"
ethabi = "18.0.0"
rustc-hex = "2.1.0"
Expand Down

0 comments on commit fef3c46

Please sign in to comment.