Update tokio-tungstenite to 0.19 (#2021)

Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
Alex Butler
2023-06-23 00:03:30 +02:00
committed by GitHub
co-authored by David Pedersen
parent 8016e7890c
commit 26daec2b17
8 changed files with 9 additions and 9 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.17"
tokio-tungstenite = "0.19"