fix: remove reqwest dependency

This commit is contained in:
Jack Wills
2022-07-23 14:09:16 +00:00
parent bd41a5b853
commit 10ff8bab5f
-1
View File
@@ -19,7 +19,6 @@ clap={version="3.2", features = ["derive", "unicode"] }
crossterm = "0.24" crossterm = "0.24"
futures-util = "0.3" futures-util = "0.3"
parking_lot = {version= "0.12"} parking_lot = {version= "0.12"}
reqwest = "0.11.11"
tokio = {version = "1.20", features=["full"]} tokio = {version = "1.20", features=["full"]}
tracing = "0.1" tracing = "0.1"
tracing-subscriber = "0.3" tracing-subscriber = "0.3"