From 84a18d2b5dc6b12bc10feb8e7f38940a5b23932c Mon Sep 17 00:00:00 2001 From: Diego Roig <2140622+diegopy@users.noreply.github.com> Date: Fri, 26 Mar 2021 16:47:03 -0500 Subject: [PATCH] fix reqwest dependency features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2792dcd..a27b496a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1.2.0", features = ["fs"] } tokio-util = "0.6.0" pin-project = "1.0.3" bytes = "1.0.0" -reqwest = { version = "0.11.0", features = ["json", "stream", "multipart"] } +reqwest = { version = "0.11.0", features = ["json", "stream", "multipart"], default-features = false } log = "0.4" serde = { version = "1.0.114", features = ["derive"] }