Upgrade tokio-tungstenite to 0.23 (#2841)

This commit is contained in:
Benno van den Berg
2024-08-09 20:41:01 +02:00
committed by GitHub
parent dd5cbffb5d
commit 6dfd0037bf
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ axum = { path = "../../axum", features = ["ws"] }
futures = "0.3"
hyper = { version = "1.0.0", features = ["full"] }
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.21"
tokio-tungstenite = "0.23"