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"