Skip to content

Commit

Permalink
Remove webpki dependency (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x authored Aug 23, 2023
1 parent 420c477 commit 5335dee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ serde = {version = "1.0.143", optional = true}
serde_json = {version = "1.0.83", optional = true}
serde_urlencoded = {version = "0.7.1", optional = true}
url = "2.2.2"
webpki = {version = "0.22.0", optional = true}
webpki-roots = {version = "0.25.1", optional = true}

[dev-dependencies]
Expand Down Expand Up @@ -69,7 +68,7 @@ rustls = ["tls-rustls-webpki-roots"]
tls-rustls = ["tls-rustls-webpki-roots"]
tls-vendored = ["tls-native-vendored"]
# Internal feature used to indicate rustls support
__rustls = ["rustls-opt-dep", "webpki"]
__rustls = ["rustls-opt-dep"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 5335dee

Please sign in to comment.