Update tokio-tungstenite to 0.19 (#2021)

Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
Alex Butler
2023-07-17 09:38:08 +02:00
committed by David Pedersen
co-authored by David Pedersen
parent 21fb5f4d22
commit dadb14689a
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ futures = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
headers = "0.3"
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.18.0"
tokio-tungstenite = "0.19"
tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.4.0", features = ["fs", "trace"] }
tracing = "0.1"