Remove reqwest and tokio dependency

Use ureq http client instead
This commit is contained in:
2024-04-24 00:54:24 +02:00
parent fa60bb7efd
commit f57cb40b1f
4 changed files with 172 additions and 713 deletions

View File

@@ -9,7 +9,6 @@ edition = "2021"
chrono = "0.4.23"
clap = { version = "4.0.26", features = ["derive"] }
prettytable = "0.10.0"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_derive = "1.0.147"
tokio = { version = "1", features = ["full"] }
ureq = { version = "*", features = ["json", "tls", ]}