From 5c4ef9138217568a76d87606e8ff846ddd61ef29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 10:24:33 +0000 Subject: [PATCH] Bump secp256k1-zkp from `0dba4c0` to `ab7f6d8` Bumps [secp256k1-zkp](https://github.com/ElementsProject/rust-secp256k1-zkp) from `0dba4c0` to `ab7f6d8`. - [Release notes](https://github.com/ElementsProject/rust-secp256k1-zkp/releases) - [Commits](https://github.com/ElementsProject/rust-secp256k1-zkp/compare/0dba4c033a929164dd21c488d2a5a9790919f65c...ab7f6d8f5e74fd7bf5348d4fc3593bcc1dd532ad) --- updated-dependencies: - dependency-name: secp256k1-zkp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a19f06..dec31d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2315,7 +2315,7 @@ dependencies = [ [[package]] name = "secp256k1-zkp" version = "0.4.0" -source = "git+https://github.com/ElementsProject/rust-secp256k1-zkp#0dba4c033a929164dd21c488d2a5a9790919f65c" +source = "git+https://github.com/ElementsProject/rust-secp256k1-zkp#ab7f6d8f5e74fd7bf5348d4fc3593bcc1dd532ad" dependencies = [ "rand 0.6.5", "secp256k1", @@ -2326,7 +2326,7 @@ dependencies = [ [[package]] name = "secp256k1-zkp-sys" version = "0.4.0" -source = "git+https://github.com/ElementsProject/rust-secp256k1-zkp#0dba4c033a929164dd21c488d2a5a9790919f65c" +source = "git+https://github.com/ElementsProject/rust-secp256k1-zkp#ab7f6d8f5e74fd7bf5348d4fc3593bcc1dd532ad" dependencies = [ "cc", "secp256k1-sys",