Bump dependencies; cargo update

This commit is contained in:
Paul van Tilburg 2022-05-07 20:21:09 +02:00
parent 0bf07bd134
commit 7feae97ee2
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 274 additions and 279 deletions

549
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,10 +12,10 @@ repository = "https://git.luon.net/paul/sinoptik"
license = "MIT"
[dependencies]
cached = { version = "0.32.0", features = ["async"] }
cached = { version = "0.34.0", features = ["async"] }
chrono = "0.4.19"
chrono-tz = "0.6.1"
color-eyre = "0.5.6"
color-eyre = "0.6.1"
csv = "1.1.6"
geocoding = "0.3.1"
image = "0.24.1"