mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Upgrade tokio-tungstenite to 0.23 (#2841)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user