mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-16 21:49:50 +02:00
Bumps the minor group with 3 updates: [tempfile](https://github.com/Stebalien/tempfile), [tokio](https://github.com/tokio-rs/tokio) and [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Walbran <qwandor@google.com>
11 lines
306 B
TOML
11 lines
306 B
TOML
[package]
|
|
name = "chat-async"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures-util = { version = "0.3.30", features = ["sink"] }
|
|
http = "1.1.0"
|
|
tokio = { version = "1.39.2", features = ["full"] }
|
|
tokio-websockets = { version = "0.9.0", features = ["client", "fastrand", "server", "sha1_smol"] }
|