Skip to content

Commit

Permalink
Chore: update tokio-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Feb 24, 2024
1 parent 873fb68 commit 4d67a73
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 @@ -44,7 +44,7 @@ streamcatcher = { optional = true, version = "1" }
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.20" }
tokio-tungstenite = { optional = true, version = "0.21" }
tokio-util = { features = ["io"], optional = true, version = "0.7" }
tracing = { version = "0.1", features = ["log"] }
tracing-futures = "0.2"
Expand Down

0 comments on commit 4d67a73

Please sign in to comment.