Description: avoid not-in-Debian crate webpki-roots
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-03-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,6 @@
 native-tokio = ["rustls-native-certs"]
 ring = ["rustls/ring"]
 tls12 = ["tokio-rustls/tls12", "rustls/tls12"]
-webpki-tokio = ["webpki-roots"]
 
 [dependencies]
 http = "1"
@@ -32,7 +31,6 @@
 tokio = "1.0"
 tokio-rustls = { version = "0.26", default-features = false }
 tower-service = "0.3"
-webpki-roots = { version = "1", optional = true }
 
 [dev-dependencies]
 cfg-if = "1"
