Skip to content

Commit 0e3843c

Browse files
deps: bump tokio from 1.35.0 to 1.35.1
Pull-Request: #5034.
1 parent 3751773 commit 0e3843c

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
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.

examples/ping/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ release = false
1111
[dependencies]
1212
futures = "0.3.29"
1313
libp2p = { path = "../../libp2p", features = ["noise", "ping", "tcp", "tokio", "yamux"] }
14-
tokio = { version = "1.35.0", features = ["full"] }
14+
tokio = { version = "1.35.1", features = ["full"] }
1515
tracing = "0.1.37"
1616
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1717

hole-punching-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ futures = "0.3.29"
1212
libp2p = { path = "../libp2p", features = ["tokio", "dcutr", "identify", "macros", "noise", "ping", "relay", "tcp", "yamux", "quic"] }
1313
tracing = "0.1.37"
1414
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] }
15-
tokio = { version = "1.35.0", features = ["full"] }
15+
tokio = { version = "1.35.1", features = ["full"] }
1616
serde = { version = "1.0.193", features = ["derive"] }
1717
serde_json = "1.0.108"
1818
either = "1.9.0"

interop-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ redis = { version = "0.23.3", default-features = false, features = [
3434
rust-embed = "8.1"
3535
serde_json = "1"
3636
thirtyfour = "=0.32.0-rc.8" # https://github.com/stevepryde/thirtyfour/issues/169
37-
tokio = { version = "1.35.0", features = ["full"] }
37+
tokio = { version = "1.35.1", features = ["full"] }
3838
tower-http = { version = "0.5", features = ["cors", "fs", "trace"] }
3939
tracing = "0.1.37"
4040
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

misc/futures-bounded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ futures-util = { version = "0.3.30" }
1717
futures-timer = "3.0.2"
1818

1919
[dev-dependencies]
20-
tokio = { version = "1.35.0", features = ["macros", "rt", "sync"] }
20+
tokio = { version = "1.35.1", features = ["macros", "rt", "sync"] }
2121
futures = "0.3.28"
2222

2323
[lints]

swarm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ quickcheck = { workspace = true }
5454
void = "1"
5555
once_cell = "1.19.0"
5656
trybuild = "1.0.85"
57-
tokio = { version = "1.35.0", features = ["time", "rt", "macros", "rt-multi-thread"] }
57+
tokio = { version = "1.35.1", features = ["time", "rt", "macros", "rt-multi-thread"] }
5858
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
5959

6060
[[test]]

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.35.0", features = ["full"] }
30+
tokio = { version = "1.35.1", 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
@@ -22,7 +22,7 @@ quinn = { version = "0.10.2", default-features = false, features = ["tls-rustls"
2222
rand = "0.8.5"
2323
rustls = { version = "0.21.9", default-features = false }
2424
thiserror = "1.0.51"
25-
tokio = { version = "1.35.0", default-features = false, features = ["net", "rt", "time"], optional = true }
25+
tokio = { version = "1.35.1", default-features = false, features = ["net", "rt", "time"], optional = true }
2626
tracing = "0.1.37"
2727
socket2 = "0.5.5"
2828
ring = "0.16.20"
@@ -46,7 +46,7 @@ libp2p-noise = { workspace = true }
4646
libp2p-tcp = { workspace = true, features = ["async-io"] }
4747
libp2p-yamux = { workspace = true }
4848
quickcheck = "1"
49-
tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread", "time"] }
49+
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "time"] }
5050
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
5151

5252
[[test]]

transports/tcp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libc = "0.2.151"
1919
libp2p-core = { workspace = true }
2020
libp2p-identity = { workspace = true }
2121
socket2 = { version = "0.5.5", features = ["all"] }
22-
tokio = { version = "1.35.0", default-features = false, features = ["net"], optional = true }
22+
tokio = { version = "1.35.1", default-features = false, features = ["net"], optional = true }
2323
tracing = "0.1.37"
2424

2525
[features]
@@ -29,7 +29,7 @@ async-io = ["dep:async-io", "if-watch/smol"]
2929
[dev-dependencies]
3030
async-std = { version = "1.6.5", features = ["attributes"] }
3131
libp2p-identity = { workspace = true, features = ["rand"] }
32-
tokio = { version = "1.35.0", default-features = false, features = ["full"] }
32+
tokio = { version = "1.35.1", default-features = false, features = ["full"] }
3333
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3434

3535
# 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", "rand"] }
3434
libp2p-swarm = { workspace = true, features = ["tokio"] }
3535
libp2p-yamux = { workspace = true }
36-
tokio = { version = "1.35.0", features = ["full"] }
36+
tokio = { version = "1.35.1", 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)