Update "rand" dependency to 0.4.

This commit is contained in:
Jason Davies 2018-02-13 15:43:35 +00:00
parent 7211d98c1e
commit 137b410196
No known key found for this signature in database
GPG Key ID: BAE3938318C90D61
1 changed files with 1 additions and 1 deletions

View File

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