From 3b0a322bbd046c54e64a6f6e4eb072a541e367a6 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 30 Jan 2019 16:05:40 +0100 Subject: [PATCH] Use rand 0.6.5 in libp2p-noise (#902) --- protocols/noise/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/noise/Cargo.toml b/protocols/noise/Cargo.toml index 672aff1f..ad3a06ea 100644 --- a/protocols/noise/Cargo.toml +++ b/protocols/noise/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.1" lazy_static = "1.2" libp2p-core = { version = "0.2.0", path = "../../core" } log = "0.4" -rand = "0.6" +rand = "0.6.5" snow = { version = "0.5.0-alpha1", default-features = false, features = ["ring-resolver"] } tokio-io = "0.1"