mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-16 16:29:30 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user