]> git.proxmox.com Git - debcargo-conf.git/commitdiff
reqwest - avoid fuzz in disable-tokio-socks.patch.
authorPeter Michael Green <plugwash@debian.org>
Thu, 7 Jul 2022 22:21:04 +0000 (22:21 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sat, 9 Jul 2022 14:24:47 +0000 (14:24 +0000)
src/reqwest/debian/patches/disable-tokio-socks.patch

index 4e10ef7ff8a0d94ab51a6d87fd524af950980326..2a72f4630ef34c41c3816952b67dd4c57fcadf6e 100644 (file)
@@ -1,23 +1,9 @@
-Index: reqwest/Cargo.toml
-===================================================================
 --- reqwest.orig/Cargo.toml
 +++ reqwest/Cargo.toml
-@@ -164,7 +164,6 @@ native-tls-alpn = [
-     "native-tls",
-     "native-tls-crate/alpn",
- ]
+@@ -180 +179,0 @@
 -socks = ["tokio-socks"]
- stream = [
-     "tokio/fs",
-     "tokio-util",
-@@ -263,10 +262,6 @@ default-features = false
- version = "0.3.0"
- optional = true
--[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-socks]
--version = "0.5.1"
+@@ -287,4 +285,0 @@
 -optional = true
 -
- [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-util]
- version = "0.7.1"
- features = [
+-[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-socks]
+-version = "0.5.1"