Description: avoid FreeBSD-only crates
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-01-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/rustls-platform-verifier/Cargo.toml
+++ b/rustls-platform-verifier/Cargo.toml
@@ -34,10 +34,6 @@
 webpki = { package = "rustls-webpki", version = "0.103", default-features = false }
 webpki-root-certs = "0.26"
 
-# BSD targets require webpki-roots-certs for the real-world verification tests.
-[target.'cfg(target_os = "freebsd")'.dev-dependencies]
-webpki-root-certs = "0.26"
-
 [target.'cfg(any(target_vendor = "apple"))'.dependencies]
 core-foundation = "0.10"
 core-foundation-sys = "0.8"
