chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a9b6f3
)
enable "blocking" and "stream" for reqwest
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 24 Feb 2021 21:30:21 +0000
(21:30 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 24 Feb 2021 21:30:21 +0000
(21:30 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/Cargo.toml
patch
|
blob
|
history
diff --git
a/apitest/Cargo.toml
b/apitest/Cargo.toml
index 7861b44d9166bd5cbed663ab6eea212d9f8f81c1..8e69c13d5ff39f39333d4705da6e1a586f39e49b 100644
(file)
--- 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