From 8c504c6a8395bdc642b3c6971eb0ba6c9ecf0dcd Mon Sep 17 00:00:00 2001
From: Pratyush Mishra <pratyushmishra@berkeley.edu>
Date: Wed, 18 Sep 2019 05:29:45 -0700
Subject: [PATCH] Upgrade rand

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 557ea12..567e068 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ edition = "2018"
 algebra = { git = "https://github.com/scipr-lab/zexe/", features = [ "parallel" ] }
 ff-fft = { git = "https://github.com/scipr-lab/zexe/" }
 bench-utils = { git = "https://github.com/scipr-lab/zexe/" }
-rand = { version = "0.4" }
+rand = { version = "0.7" }
 rayon = { version = "1" }
 derivative = { version = "1" }
 
-- 
GitLab