Cargo update

This commit is contained in:
Paul van Tilburg 2022-10-17 19:51:33 +02:00
parent bde6135f70
commit 32040f3b0f
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 302 additions and 200 deletions

500
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ license = "MIT"
[dependencies]
async-trait = "0.1.57"
cached = { version = "0.38.0", features = ["async"] }
cached = { version = "0.39.0", features = ["async"] }
chrono = { version = "0.4.19", features = ["serde"] }
enum_dispatch = "0.3.8"
reqwest = { version = "0.11.10", features = ["json"] }