aboutsummaryrefslogtreecommitdiffstats
path: root/security/sequoia-chameleon-gnupg/files/patch-Cargo.toml
blob: 8938f4ad24b9f03954f4f23598db1425174a4475 (plain) (blame)
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
--- Cargo.toml.orig	1970-01-01 00:00:01 UTC
+++ Cargo.toml
@@ -139,7 +139,13 @@ version = "0.12"
 
 [dependencies.reqwest]
 version = "0.12"
-features = ["socks"]
+default-features = false
+features = [
+    "rustls-tls",
+    "charset",
+    "http2",
+    "socks",
+]
 
 [dependencies.rpassword]
 version = "7"
@@ -236,6 +242,12 @@ version = "0.12"
 
 [dev-dependencies.reqwest]
 version = "0.12"
+default-features = false
+features = [
+    "rustls-tls",
+    "charset",
+    "http2",
+]
 
 [dev-dependencies.serde_with]
 version = "3"