Skip to content

Commit 72393db

Browse files
authored
fix(deps): update rust crate chrono to 0.4.41 (#370)
1 parent 318a778 commit 72393db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.40", default-features = false, features = ["std"] }
15+
chrono = { version = "0.4.41", default-features = false, features = ["std"] }
1616
indexmap = "2.7.1"
1717
quick-xml = "0.37.5"
1818
newtype-uuid = "1.2.1"

0 commit comments

Comments
 (0)