File: 2002_webpki-roots.patch

package info (click to toggle)
rust-oxhttp 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 312 kB
  • sloc: makefile: 12; sh: 1
file content (24 lines) | stat: -rw-r--r-- 964 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: 2024-01-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,6 @@
 rustls = { version = "0.23.27", optional = true, default-features = false, features = ["std", "tls12"] }
 rustls-pki-types = { version = "1.11", optional = true }
 rustls-platform-verifier = { version = ">= 0.5.3, <= 0.6", optional = true }
-webpki-roots = { version = ">=0.26,<2.0", optional = true }
 
 [dev-dependencies]
 codspeed-criterion-compat = "2"
@@ -31,7 +30,6 @@
 default = ["client", "server"]
 native-tls = ["dep:native-tls"]
 rustls-ring-native = ["dep:rustls", "rustls/ring", "dep:rustls-platform-verifier", "dep:rustls-pki-types"]
-rustls-ring-webpki = ["dep:rustls", "rustls/ring", "dep:rustls-pki-types", "dep:webpki-roots"]
 client = ["dep:url"]
 server = []
 flate2 = ["dep:flate2"]