File: 2001_webpki-roots.patch

package info (click to toggle)
rust-hyper-rustls-0.24 0.24.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: sh: 47; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (2)
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 feature webpki-tokio
 Required crate webpki-roots is not in Debian
Author:
 Jonas Smedegaard <dr@jones.dk>
 kpcyrd <git@rxv.cc>
Forwarded: not-needed
Last-Update: 2025-03-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,6 +77,2 @@
 
-[dependencies.webpki-roots]
-version = "0.25"
-optional = true
-
 [dev-dependencies.hyper]
@@ -130,5 +126 @@
 tokio-runtime = ["hyper/runtime"]
-webpki-tokio = [
-    "tokio-runtime",
-    "webpki-roots",
-]