From bb596af4a969564d7b978008e3ab1b3a3c31def0 Mon Sep 17 00:00:00 2001 From: R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> Date: Sat, 9 Oct 2021 14:15:26 +0200 Subject: remove unsed feats in reqwest --- Cargo.lock | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 518104d..9c28982 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1294,7 +1294,6 @@ dependencies = [ "percent-encoding", "pin-project-lite", "serde", - "serde_json", "serde_urlencoded", "tokio", "tokio-native-tls", diff --git a/Cargo.toml b/Cargo.toml index 7619d19..c6ba1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" -reqwest = { version = "0.11", features = ["json"] } +reqwest = "0.11" kuchiki = "0.8.1" [dev-dependencies] -- cgit v1.2.3