Skip to content

Commit

Permalink
Merge pull request #277 from nickelc/deps/webpki
Browse files Browse the repository at this point in the history
Removed unused `webpki` dependency
  • Loading branch information
daniel-abramov committed Apr 26, 2023
2 parents 1c97eb7 + d447d46 commit 8803232
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ native-tls = ["native-tls-crate", "tokio-native-tls", "stream", "tungstenite/nat
native-tls-vendored = ["native-tls", "native-tls-crate/vendored", "tungstenite/native-tls-vendored"]
rustls-tls-native-roots = ["__rustls-tls", "rustls-native-certs"]
rustls-tls-webpki-roots = ["__rustls-tls", "webpki-roots"]
__rustls-tls = ["rustls", "tokio-rustls", "stream", "tungstenite/__rustls-tls", "webpki", "handshake"]
__rustls-tls = ["rustls", "tokio-rustls", "stream", "tungstenite/__rustls-tls", "handshake"]
stream = []

[dependencies]
Expand Down Expand Up @@ -57,10 +57,6 @@ version = "0.3.1"
optional = true
version = "0.24.0"

[dependencies.webpki]
optional = true
version = "0.22.0"

[dependencies.webpki-roots]
optional = true
version = "0.23.0"
Expand Down

0 comments on commit 8803232

Please sign in to comment.