Skip to content

Commit

Permalink
Update tokio-tungstenite dependency to 0.24
Browse files Browse the repository at this point in the history
This avoids indirectly pulling in multiple versions of `rustls`.
  • Loading branch information
DPlayer234 committed Nov 18, 2024
1 parent 6c67796 commit 246b5c2
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 @@ fxhash = { version = "0.2.1", optional = true }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "serde"], optional = true }
flate2 = { version = "1.0.28", optional = true }
reqwest = { version = "0.12.2", default-features = false, features = ["multipart", "stream", "json"], optional = true }
tokio-tungstenite = { version = "0.21.0", optional = true }
tokio-tungstenite = { version = "0.24.0", features = ["url"], optional = true }
percent-encoding = { version = "2.3.0", optional = true }
mini-moka = { version = "0.10.2", optional = true }
mime_guess = { version = "2.0.4", optional = true }
Expand Down

0 comments on commit 246b5c2

Please sign in to comment.