feat: update async-std to 1.6.2 (#1618)

Ref #1612

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>
This commit is contained in:
Friedel Ziegelmayer
2020-06-29 17:24:38 +02:00
committed by GitHub
parent eb8cb43508
commit 823c747904
12 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ libp2p-core = { version = "0.19.2", path = "../../core" }
flate2 = "1.0"
[dev-dependencies]
async-std = "1.5.0"
async-std = "1.6.2"
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
quickcheck = "0.9"
rand = "0.7"

View File

@@ -28,7 +28,7 @@ smallvec = "1.1.0"
prost = "0.6.1"
[dev-dependencies]
async-std = "1.5.0"
async-std = "1.6.2"
env_logger = "0.7.1"
libp2p-plaintext = { path = "../plaintext" }
libp2p-yamux = { path = "../../muxers/yamux" }

View File

@@ -19,7 +19,7 @@ smallvec = "1.0"
wasm-timer = "0.2"
[dev-dependencies]
async-std = "1.5.0"
async-std = "1.6.2"
libp2p-mplex = { path = "../../muxers/mplex" }
libp2p-secio = { path = "../../protocols/secio" }
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }

View File

@@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-std = "1.5.0"
async-std = "1.6.2"
data-encoding = "2.0"
dns-parser = "0.8"
either = "1.5.3"

View File

@@ -19,7 +19,7 @@ void = "1.0"
wasm-timer = "0.2"
[dev-dependencies]
async-std = "1.5.0"
async-std = "1.6.2"
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }
libp2p-secio = { path = "../../protocols/secio" }
libp2p-yamux = { path = "../../muxers/yamux" }

View File

@@ -46,7 +46,7 @@ secp256k1 = []
aes-all = ["aesni"]
[dev-dependencies]
async-std = "1.5.0"
async-std = "1.6.2"
criterion = "0.3"
libp2p-mplex = { path = "../../muxers/mplex" }
libp2p-tcp = { path = "../../transports/tcp", features = ["async-std"] }