fix: update chrono dependency version

It now requires a minimal version that introduced `try_seconds()`,
which is now being used instead of `seconds()`.
This commit is contained in:
Sebastian Thiel
2024-03-11 20:16:55 +01:00
parent b5c33a9dce
commit fa7f7b13fb

View File

@@ -22,7 +22,7 @@ serde_with = "2.0.1"
serde_json = "^ 1.0"
base64 = "0.13.0"
chrono = { version = "0.4.22", default-features = false, features = ["clock", "serde"] }
chrono = { version = "0.4.35", default-features = false, features = ["clock", "serde"] }
url = "= 1.7"
# 8.1 needed for hyper-rustls 0.23, as >= 8.2 comes with 0.24 which is incompatible