mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
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:
committed by
GitHub
parent
eb8cb43508
commit
823c747904
@@ -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"
|
||||
|
@@ -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" }
|
||||
|
@@ -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"] }
|
||||
|
@@ -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"
|
||||
|
@@ -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" }
|
||||
|
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user