Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Cliff Dyer <[email protected]>
  • Loading branch information
jpvajda and jcdyer authored Aug 23, 2024
1 parent 4ac3199 commit 832be50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ serde_urlencoded = "0.7"
thiserror = "1"
tokio = { version = "1.38.0", features = ["full"] }
tokio-stream = "0.1.15"
tokio-tungstenite = { version = "0.20.1", features = [
"rustls-tls-webpki-roots",
], optional = true }
tokio-tungstenite = {
version = "0.20.1",
features = ["rustls-tls-webpki-roots"],
optional = true
}
tokio-util = { version = "0.7.1", features = ["codec", "io"] }
tungstenite = { version = "0.20.1", optional = true }
url = "2"
Expand Down

0 comments on commit 832be50

Please sign in to comment.