Update eth-secp256k1 to include fix for BSDs (#9935)

This commit is contained in:
Reyk Floeter 2018-11-18 07:22:59 +01:00 committed by Wei Tang
parent c0952ba44b
commit 9f1af6b3e8
1 changed files with 2 additions and 1 deletions

3
Cargo.lock generated
View File

@ -559,10 +559,11 @@ dependencies = [
[[package]]
name = "eth-secp256k1"
version = "0.5.7"
source = "git+https://github.com/paritytech/rust-secp256k1#db81cfea59014b4d176f10f86ed52e1a130b6822"
source = "git+https://github.com/paritytech/rust-secp256k1#ccc06e7480148b723eb44ac56cf4d20eec380b6f"
dependencies = [
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]