From 928191bc92e57fe08344dd32782b302109287fa5 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 15 Jun 2021 16:55:49 -0400 Subject: [PATCH] Remove unused dep 'pairing' in zebra-consensus It was once needed for an early iteration of the Groth16Verifier, not anymore --- Cargo.lock | 1 - zebra-consensus/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4877b745..8881e851 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4503,7 +4503,6 @@ dependencies = [ "lazy_static", "metrics", "once_cell", - "pairing", "rand 0.8.1", "serde", "spandoc", diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 6be7ab29..6d6fb1a2 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -15,7 +15,6 @@ displaydoc = "0.2.1" jubjub = "0.6.0" lazy_static = "1.4.0" once_cell = "1.8" -pairing = "0.19.0" rand = "0.8" serde = { version = "1", features = ["serde_derive"] }