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"
+1 -1
View File
@@ -11,7 +11,7 @@ futures = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
headers = "0.4"
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.21"
tokio-tungstenite = "0.23"
tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.5.0", features = ["fs", "trace"] }
tracing = "0.1"