Skip to content

Commit

Permalink
Remove direct dep on rustls-webpki
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Apr 23, 2024
1 parent f32a752 commit 6171608
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[features]
default = ["tls", "gzip"]
tls = ["dep:webpki", "dep:webpki-roots", "dep:rustls", "dep:rustls-pki-types"]
tls = ["dep:webpki-roots", "dep:rustls", "dep:rustls-pki-types"]
native-certs = ["dep:rustls-native-certs"]
native-tls = ["dep:native-tls"]
json = ["dep:serde", "dep:serde_json"]
Expand Down Expand Up @@ -50,7 +50,6 @@ serde_json = { version = ">=1.0.97", optional = true }
encoding_rs = { version = "0.8", optional = true }
cookie_store = { version = "0.21", optional = true, default-features = false, features = ["preserve_order"] }
log = "0.4"
webpki = { package = "rustls-webpki", version = "0.102", optional = true }
webpki-roots = { version = "0.26", optional = true }
rustls = { version = "0.23.5", optional = true }
rustls-pki-types = { version = "1", optional = true }
Expand Down

0 comments on commit 6171608

Please sign in to comment.