From 225063ffe894ff5d6a0baee52e71e425f8c3f9ee Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 9 Oct 2022 21:31:24 +0200 Subject: [PATCH] Don't drop the serde_json dependency from the json feature --- reqwest-fix-metadata-auto.diff | 9 --------- 1 file changed, 9 deletions(-) diff --git a/reqwest-fix-metadata-auto.diff b/reqwest-fix-metadata-auto.diff index 791dbbf..0288d4b 100644 --- a/reqwest-fix-metadata-auto.diff +++ b/reqwest-fix-metadata-auto.diff @@ -1,14 +1,5 @@ --- reqwest-0.11.12/Cargo.toml 1970-01-01T00:00:01+00:00 +++ reqwest-0.11.12/Cargo.toml 1970-01-01T00:00:01+00:00 -@@ -179,7 +179,7 @@ - "async-compression/gzip", - "tokio-util", - ] --json = ["serde_json"] -+json = [] - multipart = ["mime_guess"] - native-tls = ["default-tls"] - native-tls-alpn = [ @@ -374,41 +374,3 @@ ] default-features = false