Skip to content

Commit 29ad126

Browse files
deps: bump tokio from 1.50.0 to 1.51.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbeacdf commit 29ad126

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ rcgen = "0.13"
137137
ring = "0.17.12"
138138
rw-stream-sink = { version = "0.5.0", path = "misc/rw-stream-sink" }
139139
thiserror = "2"
140-
tokio = { version = "1.50", default-features = false }
140+
tokio = { version = "1.51", default-features = false }
141141
tracing = "0.1.44"
142142
tracing-subscriber = "0.3.23"
143143
unsigned-varint = { version = "0.8.0" }

examples/autonatv2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "autonatv2_server"
1717
[dependencies]
1818
libp2p = { workspace = true, features = ["macros", "tokio", "tcp", "noise", "yamux", "autonat", "identify", "dns", "quic"] }
1919
clap = { version = "4.5.60", features = ["derive"] }
20-
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
20+
tokio = { version = "1.51.1", features = ["macros", "rt-multi-thread"] }
2121
tracing = "0.1.44"
2222
tracing-subscriber = { workspace = true, features = ["env-filter"] }
2323
rand = "0.8.5"

examples/identify/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.50.0", features = ["full"] }
12+
tokio = { version = "1.51.1", features = ["full"] }
1313
futures = { workspace = true }
1414
libp2p = { path = "../../libp2p", features = ["identify", "noise", "tcp", "tokio", "yamux"] }
1515
tracing-subscriber = { workspace = true, features = ["env-filter"] }

examples/relay-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ release = false
1010

1111
[dependencies]
1212
clap = { version = "4.5.60", features = ["derive"] }
13-
tokio = { version = "1.50.0", features = ["full"] }
13+
tokio = { version = "1.51.1", features = ["full"] }
1414
futures = { workspace = true }
1515
libp2p = { path = "../../libp2p", features = ["tokio", "noise", "macros", "ping", "tcp", "identify", "yamux", "relay", "quic"] }
1616
tracing-subscriber = { workspace = true, features = ["env-filter"] }

0 commit comments

Comments
 (0)