File: disable-vendored.patch

package info (click to toggle)
rust-reqwest 0.12.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,188 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -140,10 +140,10 @@
     "native-tls-crate?/alpn",
     "hyper-tls?/alpn",
 ]
-native-tls-vendored = [
-    "native-tls",
-    "native-tls-crate?/vendored",
-]
+#native-tls-vendored = [
+#    "native-tls",
+#    "native-tls-crate?/vendored",
+#]
 rustls-tls = ["rustls-tls-webpki-roots"]
 rustls-tls-manual-roots = [
     "rustls-tls-manual-roots-no-provider",