Update tokio-tungstenite to 0.27 (#3398)

This commit is contained in:
tottoto
2025-07-05 16:47:42 +02:00
committed by GitHub
parent 0f255c3c4c
commit d7104313cb
5 changed files with 105 additions and 39 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ axum = { path = "../../axum", features = ["ws"] }
futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.26"
tokio-tungstenite = "0.27"