Remove unused dep 'pairing' in zebra-consensus

It was once needed for an early iteration of the Groth16Verifier, not anymore
This commit is contained in:
Deirdre Connolly 2021-06-15 16:55:49 -04:00
parent cab4b75a6d
commit 928191bc92
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -4503,7 +4503,6 @@ dependencies = [
"lazy_static", "lazy_static",
"metrics", "metrics",
"once_cell", "once_cell",
"pairing",
"rand 0.8.1", "rand 0.8.1",
"serde", "serde",
"spandoc", "spandoc",

View File

@ -15,7 +15,6 @@ displaydoc = "0.2.1"
jubjub = "0.6.0" jubjub = "0.6.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
once_cell = "1.8" once_cell = "1.8"
pairing = "0.19.0"
rand = "0.8" rand = "0.8"
serde = { version = "1", features = ["serde_derive"] } serde = { version = "1", features = ["serde_derive"] }