Skip to content

Commit

Permalink
Chore: Update tokio-websockets to v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Sep 19, 2024
1 parent 1adbf7a commit 6eed676
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 @@ 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.23", features = ["url"] }
tokio-websockets = { optional = true, version = "0.9", features = ["client", "fastrand", "sha1_smol", "simd"] }
tokio-websockets = { optional = true, version = "0.10", features = ["client", "fastrand", "sha1_smol", "simd"] }
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 6eed676

Please sign in to comment.