From: Ian Jackson Date: Wed, 24 Feb 2021 21:30:21 +0000 (+0000) Subject: enable "blocking" and "stream" for reqwest X-Git-Tag: otter-0.4.0~373 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a6c035ff5a4c200f9774041aa25b7142e707987c;p=otter.git enable "blocking" and "stream" for reqwest Signed-off-by: Ian Jackson --- 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