File: disable-reqwest-rustls.patch

package info (click to toggle)
rust-xh 0.24.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,588 kB
  • sloc: sh: 242; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 456 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
Description: There is something wrong when using reqwest/rustls-tls
Forwarded: not-needed
Last-Update: 2025-02-18
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -309 +309 @@
-    "rustls",
+    "native-tls", #"rustls",
@@ -319,2 +319,2 @@
-rustls = [
-    "reqwest/rustls-tls",
+#rustls = [
+#    "reqwest/rustls-tls",
@@ -322,3 +322,3 @@
-    "reqwest/rustls-tls-native-roots",
-    "dep:rustls",
-]
+#    "reqwest/rustls-tls-native-roots",
+#    "dep:rustls",
+#]