Skip to content

Commit 196dafc

Browse files
cargo: bump the minor group with 2 updates (#2838)
Bumps the minor group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets).
1 parent 426f3f7 commit 196dafc

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

Cargo.lock

Lines changed: 31 additions & 8 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2024"
66
[dependencies]
77
futures-util = { version = "0.3.31", features = ["sink"] }
88
http = "1.3.1"
9-
tokio = { version = "1.45.1", features = ["full"] }
10-
tokio-websockets = { version = "0.11.4", features = ["client", "fastrand", "server", "sha1_smol"] }
9+
tokio = { version = "1.47.0", features = ["full"] }
10+
tokio-websockets = { version = "0.12.0", features = ["client", "fastrand", "server", "sha1_smol"] }

0 commit comments

Comments
 (0)