From a6c035ff5a4c200f9774041aa25b7142e707987c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 24 Feb 2021 21:30:21 +0000 Subject: [PATCH] enable "blocking" and "stream" for reqwest Signed-off-by: Ian Jackson --- apitest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apitest/Cargo.toml b/apitest/Cargo.toml index 7861b44d..8e69c13d 100644 --- a/apitest/Cargo.toml +++ b/apitest/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" otter = { path = ".." } humantime = "2" -reqwest = "0.11" +reqwest = { version = "0.11", features = ["blocking", "stream"] } scraper = "0.12" # Repeated here because importing does not work properly -- 2.30.2