Browse Source

update crate versions (#36)

This PR updates the crate versions of neptune, bellperson, and bellperson-nonnative to the latest.
main
Srinath Setty 2 years ago
committed by GitHub
parent
commit
72920fb62b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Cargo.toml

+ 3
- 3
Cargo.toml

@ -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"] }

Loading…
Cancel
Save