Skip to content

Commit

Permalink
Update tokio-tungstenite dependency to 0.24 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
DPlayer234 authored and FelixMcFelix committed Nov 26, 2024
1 parent 1686e72 commit 552eb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-core = { optional = true, version = "0.5.2" }
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 = [
"client",
"fastrand",
Expand Down

0 comments on commit 552eb7a

Please sign in to comment.