Skip to content

Commit

Permalink
build(deps): update secp256k1 requirement from 0.19.0 to 0.20.0 (#496)
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.
- [Release notes](https://github.com/rust-bitcoin/rust-secp256k1/releases)
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-bitcoin/rust-secp256k1/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andronik Ordian <write@reusable.software>
  • Loading branch information
dependabot[bot] and ordian committed Jan 4, 2021
1 parent f98a93d commit e7a708a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity-crypto/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ rand = "0.7.3"
ripemd160 = "0.9.1"
rustc-hex = { version = "2.1.0", default-features = false, optional = true }
scrypt = { version = "0.5.0" }
secp256k1 = { version = "0.19.0", optional = true, features = ["global-context", "recovery", "rand-std"] }
secp256k1 = { version = "0.20.0", optional = true, features = ["global-context", "recovery", "rand-std"] }
sha2 = "0.9.2"
subtle = "2.4.0"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
Expand Down

0 comments on commit e7a708a

Please sign in to comment.