Skip to content

Commit

Permalink
cargo: bump the minor group with 1 update (#1955)
Browse files Browse the repository at this point in the history
Bumps the minor group with 1 update:
[tokio](https://github.com/tokio-rs/tokio).
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent cc0bd21 commit 546ec48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/exercises/concurrency/chat-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
futures-util = { version = "0.3.30", features = ["sink"] }
http = "1.1.0"
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tokio-websockets = { version = "0.7.0", features = ["client", "fastrand", "server", "sha1_smol"] }

0 comments on commit 546ec48

Please sign in to comment.