build(deps): update rust crate chrono to 0.4.42

This commit is contained in:
renovate[bot]
2025-09-08 10:55:19 +00:00
committed by GitHub
parent 1afa67096d
commit 113745bb6b
2 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ config-schema = ["schemars"]
notify = ["notify-rust"]
[dependencies]
chrono = { version = "0.4.41", default-features = false, features = ["clock", "std", "wasmbind"] }
chrono = { version = "0.4.42", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.5.47", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.57"
clap_complete_nushell = "4.5.8"