deps: bump tokio from 1.28.2 to 1.29.1

Pull-Request: #4148.
This commit is contained in:
dependabot[bot]
2023-07-10 09:31:15 +00:00
committed by GitHub
parent 29c0fefaa2
commit 185cb4a2e3
13 changed files with 64 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ log = "0.4.19"
rand = "0.8.3"
smallvec = "1.6.1"
socket2 = { version = "0.5.3", features = ["all"] }
tokio = { version = "1.28", default-features = false, features = ["net", "time"], optional = true}
tokio = { version = "1.29", default-features = false, features = ["net", "time"], optional = true}
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["mdns", "tokio-runtime"] }
void = "1.0.2"
@@ -37,7 +37,7 @@ libp2p-noise = { workspace = true }
libp2p-swarm = { workspace = true, features = ["tokio", "async-std"] }
libp2p-tcp = { workspace = true, features = ["tokio", "async-io"] }
libp2p-yamux = { workspace = true }
tokio = { version = "1.28", default-features = false, features = ["macros", "rt", "rt-multi-thread", "time"] }
tokio = { version = "1.29", default-features = false, features = ["macros", "rt", "rt-multi-thread", "time"] }
libp2p-swarm-test = { path = "../../swarm-test" }
[[test]]

View File

@@ -30,7 +30,7 @@ log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.28.2", features = ["full"] }
tokio = { version = "1.29.1", features = ["full"] }
void = "1"
[dev-dependencies]

View File

@@ -37,7 +37,7 @@ libp2p-identify = { workspace = true }
libp2p-yamux = { workspace = true }
libp2p-tcp = { workspace = true, features = ["tokio"] }
rand = "0.8"
tokio = { version = "1.28", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }
tokio = { version = "1.29", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }
libp2p-swarm-test = { path = "../../swarm-test" }
# Passing arguments to the docsrs builder in order to properly document cfg's.