File: 2001_webpki-roots.patch

package info (click to toggle)
rust-hyper-rustls 0.27.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: sh: 48; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"