File: disable-env-filter-and-webpki-roots.patch

package info (click to toggle)
rust-hickory-resolver 0.24.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 860 kB
  • sloc: makefile: 2
file content (43 lines) | stat: -rw-r--r-- 929 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
currently env-filter isn't in Debian, and webpki-roots shouldn't be used in Debian at all

diff --git a/Cargo.toml b/Cargo.toml
index 54121eb..4f62f69 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -140,9 +140,9 @@ optional = true
 [dependencies.tracing]
 version = "0.1.30"
 
-[dependencies.webpki-roots]
-version = "0.25.0"
-optional = true
+#[dependencies.webpki-roots]
+#version = "0.25.0"
+#optional = true
 
 [dev-dependencies.futures-executor]
 version = "0.3.5"
@@ -161,7 +161,7 @@ version = "0.3"
 features = [
     "std",
     "fmt",
-    "env-filter",
+#    "env-filter",
 ]
 
 [features]
@@ -227,10 +227,10 @@ tokio-runtime = [
     "tokio/rt",
     "hickory-proto/tokio-runtime",
 ]
-webpki-roots = [
-    "dep:webpki-roots",
-    "hickory-proto/webpki-roots",
-]
+#webpki-roots = [
+#    "dep:webpki-roots",
+#    "hickory-proto/webpki-roots",
+#]
 
 #[target."cfg(windows)".dependencies.ipconfig]
 #version = "0.3.0"