mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
Remove superfluous dependency to chrono (#170)
This commit is contained in:
parent
4ce811911b
commit
33421175a8
1 changed files with 0 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue