From 9f1af6b3e8c1689940dbbaab1ffacfee3ca16142 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Sun, 18 Nov 2018 07:22:59 +0100 Subject: [PATCH] Update eth-secp256k1 to include fix for BSDs (#9935) --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2cb062ce5..15b621d12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", ]