chiark / gitweb /
cargo: Explicitly set fatures for reqwest
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Mar 2021 10:49:39 +0000 (10:49 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 7 Mar 2021 10:49:39 +0000 (10:49 +0000)
Cargo feature unifications means that if you build with --workspace it
works despite the lack of this.  Pfah.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/Cargo.toml

index 46a99314e154fd545bde50ad68a118eba52b8bda..344a6f0b0f4cb5c9f9e456f8a854b9da44414642 100644 (file)
@@ -15,7 +15,7 @@ otter = { path = ".." }
 
 ego-tree = "0.6"
 humantime = "2"
-reqwest = { version = "0.11", features = ["blocking", "stream"] }
+reqwest = { version = "0.11", features = ["blocking", "json", "stream"] }
 scraper = "0.12"
 
 # Repeated here because importing does not work properly