mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 01:01:34 +00:00
protocols/kad: Fix tests + minor fix in mdns and noise (#1320)
* misc/mdns: Fix missleading error message * protocols/noise: Remove unneeded tokio-io import * protocols/kad: Update tests to use stable futures
This commit is contained in:
@ -18,7 +18,6 @@ protobuf = "2.8"
|
||||
rand = "^0.7.2"
|
||||
ring = { version = "0.16.9", features = ["alloc"], default-features = false }
|
||||
snow = { version = "0.6.1", features = ["ring-resolver"], default-features = false }
|
||||
tokio-io = "0.1"
|
||||
x25519-dalek = "0.5"
|
||||
zeroize = "1"
|
||||
|
||||
|
Reference in New Issue
Block a user