Skip to content

Commit

Permalink
fix: update chrono dependency version
Browse files Browse the repository at this point in the history
It now requires a minimal version that introduced `try_seconds()`,
which is now being used instead of `seconds()`.
  • Loading branch information
Byron committed Mar 11, 2024
1 parent b5c33a9 commit fa7f7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-apis-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa7f7b1

Please sign in to comment.