From 6f13bf159a8e289b6fcb5de119e454852da4bb8a Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 10 Oct 2021 16:39:38 +0200 Subject: add gzip support to reqwest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b065ae1..299934e 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", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "gzip"] } kuchiki = "0.8.1" [dev-dependencies] -- cgit v1.2.3