Changed reqwest for ureq
Seemed much smaller and more what I needed
This commit is contained in:
@@ -8,5 +8,5 @@ edition = "2021"
|
||||
[dependencies]
|
||||
chrono = "0.4.38"
|
||||
lazy_static = "1.5.0"
|
||||
reqwest = { version = "0.12.5", features = ["json", "blocking"] }
|
||||
serde_json = "1.0.120"
|
||||
ureq = { version = "2.10.0", features = ["json"] }
|
||||
|
||||
Reference in New Issue
Block a user