refactor: Replace isahc with reqwest

This commit is contained in:
Michael Aaron Murphy 2022-03-27 18:23:51 +02:00 committed by Michael Murphy
parent dbfb3921ae
commit 7b98785c27
3 changed files with 369 additions and 154 deletions

View file

@ -27,14 +27,15 @@ urlencoding = "2.1.0"
zbus = "2.1.1"
zvariant = "3.1.2"
ward = "2.1.0"
isahc = "1.7.0"
url = "2.2.2"
sysfs-class = "0.1.3"
anyhow = "1.0.56"
flume = "0.10.12"
dirs = "4.0.0"
futures = "0.3.21"
reqwest = "0.11.10"
bytes = "1.1.0"
[dependencies.tokio]
version = "1.17.0"
features = ["fs", "io-std", "macros", "process", "rt"]
features = ["fs", "io-std", "macros", "process", "rt"]