Rust: hyper -> reqwest for the indexer

Since Hyper doesn't provide a synchronous API anymore.
This commit is contained in:
Yorhel 2019-05-25 08:44:23 +02:00
parent f0df5092c3
commit 2974ee929e
4 changed files with 988 additions and 40 deletions

View file

@ -14,7 +14,7 @@ encoding = { git = "https://github.com/lifthrasiir/rust-encoding", features = ["
ring = "0.14.6"
postgres = "0.15.2"
clap = "2.31.2"
hyper = { version = "0.10.13", default-features = false } # TODO: Update?
reqwest = "0.9.17"
url = "1.7.0"
chrono = "0.4.0"
quick-xml = "0.14.0"