Description: Drop webpki-roots TLS features; keep rustls-native-certs path
Author: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Forwarded: not-needed
Last-Update: 2026-08-05
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,11 +66,6 @@ _tls-rustls-ring-native-roots = [
     "rustls/ring",
     "rustls-native-certs",
 ]
-_tls-rustls-ring-webpki = [
-    "_tls-rustls",
-    "rustls/ring",
-    "webpki-roots",
-]
 _unstable-doc = ["sqlx-toml"]
 any = []
 default = []
@@ -311,9 +306,6 @@ version = "2.2.2"
 version = "1.12.1"
 optional = true
 
-[dependencies.webpki-roots]
-version = "1"
-optional = true
 
 [dev-dependencies.tokio]
 version = "1.25.0"
