Skip to content

Commit 2821dc3

Browse files
deps: bump tokio from 1.33.0 to 1.34.0
Pull-Request: #4847.
1 parent 2e19947 commit 2821dc3

File tree

23 files changed

+33
-33
lines changed

23 files changed

+33
-33
lines changed

Cargo.lock

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

examples/autonat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
release = false
1010

1111
[dependencies]
12-
tokio = { version = "1.33", features = ["full"] }
12+
tokio = { version = "1.34", features = ["full"] }
1313
clap = { version = "4.4.8", features = ["derive"] }
1414
futures = "0.3.29"
1515
libp2p = { path = "../../libp2p", features = ["tokio", "tcp", "noise", "yamux", "autonat", "identify", "macros"] }

examples/browser-webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ axum = "0.6.19"
2727
libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "wasm-bindgen", "tokio"] }
2828
libp2p-webrtc = { workspace = true, features = ["tokio"] }
2929
rust-embed = { version = "8.0.0", features = ["include-exclude", "interpolate-folder-path"] }
30-
tokio = { version = "1.33", features = ["macros", "net", "rt", "signal"] }
30+
tokio = { version = "1.34", features = ["macros", "net", "rt", "signal"] }
3131
tokio-util = { version = "0.7", features = ["compat"] }
3232
tower = "0.4"
3333
tower-http = { version = "0.4.0", features = ["cors"] }

examples/chat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
release = false
1010

1111
[dependencies]
12-
tokio = { version = "1.33", features = ["full"] }
12+
tokio = { version = "1.34", features = ["full"] }
1313
async-trait = "0.1"
1414
futures = "0.3.29"
1515
libp2p = { path = "../../libp2p", features = [ "tokio", "gossipsub", "mdns", "noise", "macros", "tcp", "yamux", "quic"] }

examples/dcutr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ futures = "0.3.29"
1414
futures-timer = "3.0"
1515
libp2p = { path = "../../libp2p", features = [ "dns", "dcutr", "identify", "macros", "noise", "ping", "quic", "relay", "rendezvous", "tcp", "tokio", "yamux"] }
1616
log = "0.4"
17-
tokio = { version = "1.29", features = ["macros", "net", "rt", "signal"] }
17+
tokio = { version = "1.34", features = ["macros", "net", "rt", "signal"] }
1818
tracing = "0.1.37"
1919
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2020

examples/ipfs-kad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
release = false
1010

1111
[dependencies]
12-
tokio = { version = "1.33", features = ["rt-multi-thread", "macros"] }
12+
tokio = { version = "1.34", features = ["rt-multi-thread", "macros"] }
1313
async-trait = "0.1"
1414
clap = { version = "4.4.8", features = ["derive"] }
1515
env_logger = "0.10"

examples/ipfs-private/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
release = false
1010

1111
[dependencies]
12-
tokio = { version = "1.33", features = ["rt-multi-thread", "macros", "io-std"] }
12+
tokio = { version = "1.34", features = ["rt-multi-thread", "macros", "io-std"] }
1313
async-trait = "0.1"
1414
either = "1.9"
1515
futures = "0.3.29"

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.33.0", features = ["full"] }
14+
tokio = { version = "1.34.0", features = ["full"] }
1515
tracing = "0.1.37"
1616
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1717

examples/rendezvous/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async-std = { version = "1.12", features = ["attributes"] }
1313
async-trait = "0.1"
1414
futures = "0.3.29"
1515
libp2p = { path = "../../libp2p", features = [ "async-std", "identify", "macros", "noise", "ping", "rendezvous", "tcp", "tokio", "yamux"] }
16-
tokio = { version = "1.33", features = ["rt-multi-thread", "macros", "time"] }
16+
tokio = { version = "1.34", features = ["rt-multi-thread", "macros", "time"] }
1717
tracing = "0.1.37"
1818
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1919

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.29.1", features = ["full"] }
15+
tokio = { version = "1.34.0", features = ["full"] }
1616
serde = { version = "1.0.192", features = ["derive"] }
1717
serde_json = "1.0.108"
1818
either = "1.9.0"

0 commit comments

Comments
 (0)