mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 01:31:33 +00:00
Use rand 0.6.5 in libp2p-noise (#902)
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user