Update tokio-tungstenite 0.20 (#2123)

Co-authored-by: Jonas Platte <[email protected]>
This commit is contained in:
Alex Butler
2023-08-02 09:39:46 +02:00
committed by GitHub
co-authored by Jonas Platte
parent a2916318dd
commit 990cbb8126
5 changed files with 39 additions and 7 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ axum = { path = "../../axum", features = ["ws"] }
futures = "0.3"
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.19"
tokio-tungstenite = "0.20"