From 137b4101960bd531fa2420397917606b75407ef4 Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Tue, 13 Feb 2018 15:43:35 +0000 Subject: [PATCH] Update "rand" dependency to 0.4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7831318..fac1796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/ebfull/bellman" version = "0.0.7" [dependencies] -rand = "0.3" +rand = "0.4" bit-vec = "0.4.4" futures = "0.1" futures-cpupool = "0.1"