Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.40 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored Feb 26, 2025
1 parent 4c77147 commit a6353cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.70"

[dependencies]
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
chrono = { version = "0.4.40", default-features = false, features = ["std"] }
indexmap = "2.5.0"
quick-xml = "0.37.2"
newtype-uuid = "1.1.3"
Expand Down

0 comments on commit a6353cd

Please sign in to comment.