Skip to content

Commit fd57c4a

Browse files
committed
fix(deps): update rust crate chrono to 0.4.38
1 parent 343f7e5 commit fd57c4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
rust-version = "1.70"
1313

1414
[dependencies]
15-
chrono = { version = "0.4.37", default-features = false, features = ["std"] }
15+
chrono = { version = "0.4.38", default-features = false, features = ["std"] }
1616
indexmap = "2.2.6"
1717
quick-xml = "0.31.0"
1818
thiserror = "1.0.58"

0 commit comments

Comments
 (0)