Skip to content

Commit c72d9dc

Browse files
committed
Drop conditional dependency on webpki-root-certs
We now depend on it unconditionally as a dev-dependency for use in the update-certs example.
1 parent f664e88 commit c72d9dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rustls-platform-verifier/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ android_logger = { version = "0.15", optional = true } # Only used during testin
4949
webpki = { package = "rustls-webpki", version = "0.103", default-features = false }
5050
webpki-root-certs = "1"
5151

52-
# BSD targets require webpki-roots-certs for the real-world verification tests.
53-
[target.'cfg(target_os = "freebsd")'.dev-dependencies]
54-
webpki-root-certs = "1"
55-
5652
[target.'cfg(any(target_vendor = "apple"))'.dependencies]
5753
core-foundation = "0.10"
5854
core-foundation-sys = "0.8"

0 commit comments

Comments
 (0)