Skip to content

Commit 95eca88

Browse files
deps: bump tokio from 1.28.1 to 1.28.2
Pull-Request: #4001.
1 parent 21e26d7 commit 95eca88

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interop-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ libp2p-mplex = { path = "../muxers/mplex" }
1717
log = "0.4"
1818
rand = "0.8.5"
1919
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] }
20-
tokio = { version = "1.28.1", features = ["full"] }
20+
tokio = { version = "1.28.2", features = ["full"] }

protocols/perf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ log = "0.4"
3030
serde = { version = "1.0", features = ["derive"] }
3131
serde_json = "1.0"
3232
thiserror = "1.0"
33-
tokio = { version = "1.27.0", features = ["full"] }
33+
tokio = { version = "1.28.2", features = ["full"] }
3434
void = "1"
3535

3636
[dev-dependencies]

transports/pnet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ libp2p-tcp = { workspace = true, features = ["tokio"] }
2727
libp2p-websocket = { workspace = true }
2828
libp2p-yamux = { workspace = true }
2929
quickcheck = { workspace = true }
30-
tokio = { version = "1.28.1", features = ["full"] }
30+
tokio = { version = "1.28.2", features = ["full"] }
3131

3232
# Passing arguments to the docsrs builder in order to properly document cfg's.
3333
# More information: https://docs.rs/about/builds#cross-compiling

transports/quic/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ quinn-proto = { version = "0.10.1", default-features = false, features = ["tls-r
2323
rand = "0.8.5"
2424
rustls = { version = "0.21.1", default-features = false }
2525
thiserror = "1.0.40"
26-
tokio = { version = "1.28.1", default-features = false, features = ["net", "rt"], optional = true }
26+
tokio = { version = "1.28.2", default-features = false, features = ["net", "rt"], optional = true }
2727

2828
[features]
2929
tokio = ["dep:tokio", "if-watch/tokio"]
@@ -44,7 +44,7 @@ libp2p-noise = { workspace = true }
4444
libp2p-tcp = { workspace = true, features = ["async-io"] }
4545
libp2p-yamux = { workspace = true }
4646
quickcheck = "1"
47-
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread", "time"] }
47+
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread", "time"] }
4848

4949
[[test]]
5050
name = "stream_compliance"

transports/tcp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ libp2p-core = { workspace = true }
2020
libp2p-identity = { workspace = true }
2121
log = "0.4.11"
2222
socket2 = { version = "0.5.3", features = ["all"] }
23-
tokio = { version = "1.28.1", default-features = false, features = ["net"], optional = true }
23+
tokio = { version = "1.28.2", default-features = false, features = ["net"], optional = true }
2424

2525
[features]
2626
tokio = ["dep:tokio", "if-watch/tokio"]
2727
async-io = ["dep:async-io", "if-watch/smol"]
2828

2929
[dev-dependencies]
3030
async-std = { version = "1.6.5", features = ["attributes"] }
31-
tokio = { version = "1.28.1", default-features = false, features = ["full"] }
31+
tokio = { version = "1.28.2", default-features = false, features = ["full"] }
3232
env_logger = "0.10.0"
3333

3434
# Passing arguments to the docsrs builder in order to properly document cfg's.

transports/tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ libp2p-core = { workspace = true }
3333
libp2p-identity = { workspace = true, features = ["ed25519", "rsa", "secp256k1", "ecdsa"] }
3434
libp2p-swarm = { workspace = true }
3535
libp2p-yamux = { workspace = true }
36-
tokio = { version = "1.28.1", features = ["full"] }
36+
tokio = { version = "1.28.2", features = ["full"] }
3737

3838
# Passing arguments to the docsrs builder in order to properly document cfg's.
3939
# More information: https://docs.rs/about/builds#cross-compiling

0 commit comments

Comments
 (0)