mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-03 19:51:33 +00:00
Update mdns dependencies to use futures-0.3 (#1313)
This commit is contained in:
@ -10,11 +10,11 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
|
|||||||
categories = ["network-programming", "asynchronous"]
|
categories = ["network-programming", "asynchronous"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-std = "0.99"
|
async-std = "1.0"
|
||||||
data-encoding = "2.0"
|
data-encoding = "2.0"
|
||||||
dns-parser = "0.8"
|
dns-parser = "0.8"
|
||||||
either = "1.5.3"
|
either = "1.5.3"
|
||||||
futures-preview = { version = "0.3.0-alpha.19", features = ["async-await"] }
|
futures = "0.3.1"
|
||||||
lazy_static = "1.2"
|
lazy_static = "1.2"
|
||||||
libp2p-core = { version = "0.13.0", path = "../../core" }
|
libp2p-core = { version = "0.13.0", path = "../../core" }
|
||||||
libp2p-swarm = { version = "0.3.0", path = "../../swarm" }
|
libp2p-swarm = { version = "0.3.0", path = "../../swarm" }
|
||||||
@ -22,9 +22,9 @@ log = "0.4"
|
|||||||
multiaddr = { package = "parity-multiaddr", version = "0.5.0", path = "../multiaddr" }
|
multiaddr = { package = "parity-multiaddr", version = "0.5.0", path = "../multiaddr" }
|
||||||
net2 = "0.2"
|
net2 = "0.2"
|
||||||
rand = "0.6"
|
rand = "0.6"
|
||||||
smallvec = "0.6"
|
smallvec = "1.0"
|
||||||
void = "1.0"
|
void = "1.0"
|
||||||
wasm-timer = "0.2"
|
wasm-timer = "0.2.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
get_if_addrs = "0.5.3"
|
get_if_addrs = "0.5.3"
|
||||||
|
Reference in New Issue
Block a user