Rust: hyper -> reqwest for the indexer
Since Hyper doesn't provide a synchronous API anymore.
This commit is contained in:
parent
f0df5092c3
commit
2974ee929e
4 changed files with 988 additions and 40 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue