Use rand 0.6.5 in libp2p-noise (#902)

This commit is contained in:
Pierre Krieger
2019-01-30 16:05:40 +01:00
committed by GitHub
parent e23b2733e2
commit 3b0a322bbd

View File

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