Update tokio-tungstenite dependency to 0.24 (#267)

This commit is contained in:
Vamplay
2024-11-18 17:58:50 +01:00
committed by Kyle Simpson
parent b435e167d2
commit 1c52e6ebc0

View File

@@ -56,7 +56,7 @@ stream_lib = { default-features = false, optional = true, version = "0.5.2" }
symphonia = { default-features = false, optional = true, version = "0.5.2" } symphonia = { default-features = false, optional = true, version = "0.5.2" }
symphonia-core = { optional = true, version = "0.5.2" } symphonia-core = { optional = true, version = "0.5.2" }
tokio = { default-features = false, optional = true, version = "1.0" } tokio = { default-features = false, optional = true, version = "1.0" }
tokio-tungstenite = { optional = true, version = "0.21" } tokio-tungstenite = { optional = true, version = "0.24", features = ["url"] }
tokio-websockets = { optional = true, version = "0.7", features = [ tokio-websockets = { optional = true, version = "0.7", features = [
"client", "client",
"fastrand", "fastrand",