From a24cf7bf5959b2cd8476f3625ae7378479b83410 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Sat, 17 Nov 2018 14:26:58 +0100 Subject: [PATCH] Update eth-secp256k1 to include fix for BSDs --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6db83916b47..e2017ce0b95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,10 +550,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)", ]