diff options
Diffstat (limited to '')
| -rw-r--r-- | security/sequoia-sq/files/patch-Cargo.toml | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/security/sequoia-sq/files/patch-Cargo.toml b/security/sequoia-sq/files/patch-Cargo.toml new file mode 100644 index 000000000000..316964882b96 --- /dev/null +++ b/security/sequoia-sq/files/patch-Cargo.toml @@ -0,0 +1,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", + ]  | 
