Skip to content

Commit 3cfa677

Browse files
chore(deps): update rust crate tokio-tungstenite to 0.28
1 parent 5489f34 commit 3cfa677

File tree

2 files changed

+147
-26
lines changed

2 files changed

+147
-26
lines changed

Cargo.lock

Lines changed: 146 additions & 25 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
@@ -27,7 +27,7 @@ pin-project-lite = { version = "0.2" }
2727
bytes = "1.5.0"
2828
tokio = "1"
2929
tokio-util = { version = "0.7", features = ["codec"] }
30-
tokio-tungstenite = { version = "0.20" }
30+
tokio-tungstenite = { version = "0.28" }
3131
axum = { version = "0.6", default-features = false }
3232
clap = { version = "4", features = ["derive"] }
3333
serde = { version = "1", features = ["derive"]}

0 commit comments

Comments
 (0)