From 72920fb62b90b67350c9e093ddac9e74fe4778df Mon Sep 17 00:00:00 2001
From: Srinath Setty <srinath@microsoft.com>
Date: Mon, 25 Apr 2022 12:45:20 -0700
Subject: [PATCH] update crate versions (#36)

This PR updates the crate versions of neptune, bellperson, and bellperson-nonnative to the latest.
---
 Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 3b45c0f..a5e109d 100644
--- a/Cargo.toml
+++ b/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"] }