Skip to content

Commit

Permalink
Update Rust crate chrono to v0.4.39 (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Jan 22, 2025
1 parent 3270bba commit 1f0c185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
bstr = { version = "1.10.0" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.9.0", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
chrono = { version = "0.4.39", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.21", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.21", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
Expand Down Expand Up @@ -152,7 +152,7 @@ bstr = { version = "1.10.0" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.9.0", features = ["serde"] }
cc = { version = "1.1.30", default-features = false, features = ["parallel"] }
chrono = { version = "0.4.38", features = ["serde"] }
chrono = { version = "0.4.39", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.21", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.21", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
Expand Down

0 comments on commit 1f0c185

Please sign in to comment.