Skip to content

Commit

Permalink
Bump time to 0.3.22 (#226)
Browse files Browse the repository at this point in the history
As of 022e804, we depend on `OffsetDateTime::checked_to_offset`
which was added in `0.3.22`.
  • Loading branch information
JamesHinshelwood authored Jul 5, 2023
1 parent 63dd373 commit dad065e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vergen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ git2-rs = { version = "0.17.1", package = "git2", optional = true, default-featu
gix = { version = "0.48.0", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0.29.0", optional = true, default-features = false }
time = { version = "0.3.20", features = [
time = { version = "0.3.22", features = [
"formatting",
"local-offset",
"parsing",
Expand Down

0 comments on commit dad065e

Please sign in to comment.