fix(deps): update rust crate chrono-tz to 0.10
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m51s
Continuous Integration / Build Package (push) Successful in 2m23s

This commit is contained in:
Renovate Bot 2026-04-03 00:06:39 +00:00 committed by renovate-bot
parent 661a0ce230
commit 6453ef7c2a
2 changed files with 7 additions and 63 deletions

View file

@ -18,7 +18,7 @@ pulldown-cmark = "0.13"
regex = "1"
once_cell = "1"
chrono = { version = "0.4", features = ["serde"] }
chrono-tz = "0.9"
chrono-tz = "0.10"
walkdir = "2"
indexmap = { version = "2", features = ["serde"] }
itertools = "0.14"