Skip to content

Commit 7501a42

Browse files
cargo: bump tokio from 1.50.0 to 1.52.1 in the minor group (#3181)
Bumps the minor group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.50.0 to 1.52.1 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d15c94 commit 7501a42

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

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

src/concurrency/async-exercises/chat-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2024"
66
[dependencies]
77
futures-util = { version = "0.3.32", features = ["sink"] }
88
http = "1.4.0"
9-
tokio = { version = "1.50.0", features = ["full"] }
9+
tokio = { version = "1.52.1", features = ["full"] }
1010
tokio-websockets = { version = "0.13.2", features = ["client", "fastrand", "server", "sha1_smol"] }

0 commit comments

Comments
 (0)