aboutsummaryrefslogtreecommitdiffstats
path: root/security/sequoia-sq/files/patch-Cargo.toml
blob: 316964882b96470286795f0064f7b07f471ef95e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Cargo.toml.orig	1970-01-01 00:00:01 UTC
+++ Cargo.toml
@@ -144,7 +144,11 @@ version = ">=0.12, <0.13"
 
 [dependencies.reqwest]
 version = ">=0.12, <0.13"
+default-features = false
 features = [
+    "rustls-tls",
+    "charset",
+    "http2",
     "hickory-dns",
     "stream",
 ]