replace reqwest with http-client

This commit is contained in:
Eric S. Londres 2021-03-10 16:18:21 -05:00
parent 27baba72a0
commit 10ffce64a1
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
2 changed files with 963 additions and 166 deletions

1127
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,4 +17,4 @@ pretty_env_logger = "0.4.0"
tokio = { version = "0.2.11", features = ["rt-threaded", "macros", "sync"] }
lazy_static = "1.4.0"
sqlite = "0.25.3"
reqwest = "0.11.2"
http-client = "6.3.4"