From 682c520968824bf170ecb507b9ee973b2fdf2f88 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Wed, 3 Mar 2021 14:35:37 -0500 Subject: [PATCH] Update grin-secp256k1zkp to 0.7.10 (#3581) --- Cargo.lock | 4 ++-- util/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdc62be85..0f8fdebf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,9 +1109,9 @@ dependencies = [ [[package]] name = "grin_secp256k1zkp" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c2e7431d1999f02112c2383c9d33e7a6212947abfba92c87ab7283ba667a8b" +checksum = "daca5852d12dbd4df8b7b760eaad791d191ea546bf80c46b033bbcc650b35a5c" dependencies = [ "arrayvec 0.3.25", "cc", diff --git a/util/Cargo.toml b/util/Cargo.toml index cdbc611e3..7fb61636c 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -28,5 +28,5 @@ zeroize = { version = "1.1", features =["zeroize_derive"] } #git = "https://github.com/mimblewimble/rust-secp256k1-zkp" #tag = "grin_integration_29" #path = "../../rust-secp256k1-zkp" -version = "0.7.9" +version = "0.7.10" features = ["bullet-proof-sizing"]