From 23381742446a9c97ef8d027d3dcbd7fec366ed92 Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Tue, 13 Feb 2018 15:51:16 +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 80d0b05c1..50b35fb42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/ebfull/pairing" repository = "https://github.com/ebfull/pairing" [dependencies] -rand = "0.3" +rand = "0.4" byteorder = "1" clippy = { version = "0.0.174", optional = true }