update crate versions (#36)

This PR updates the crate versions of neptune, bellperson, and bellperson-nonnative to the latest.
This commit is contained in:
Srinath Setty
2022-04-25 12:45:20 -07:00
committed by GitHub
parent beb6dace82
commit 72920fb62b

View File

@@ -11,7 +11,7 @@ license-file = "LICENSE"
keywords = ["zkSNARKs", "cryptography", "proofs"]
[dependencies]
bellperson = "0.19.1"
bellperson = "0.20"
ff = {version = "0.11.0", features = ["derive"]}
merlin = "2.0.0"
rand = "0.8.4"
@@ -23,7 +23,7 @@ rand_chacha = "0.3"
itertools = "0.9.0"
subtle = "2.4"
pasta_curves = "0.3.0"
neptune = "6"
neptune = "6.1"
generic-array = "0.14.4"
bellperson-nonnative = "0.2.0"
bellperson-nonnative = "0.2.1"
rug = { version = "1.10", default-features = false, features = ["integer", "serde", "rand"] }