Remove superfluous dependency to chrono (#170)

This commit is contained in:
Piotr Zaczkowski 2024-07-23 12:15:17 +02:00 committed by GitHub
parent 4ce811911b
commit 33421175a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,6 @@ reqwest-middleware = { version = "0.3.0", path = "../reqwest-middleware" }
anyhow = "1.0.0"
async-trait = "0.1.51"
chrono = { version = "0.4.19", features = ["clock"], default-features = false }
futures = "0.3.0"
http = "1.0"
reqwest = { version = "0.12.0", default-features = false }