fix(deps): update rust crate chrono to 0.4.44

This commit is contained in:
renovate[bot]
2026-03-13 09:33:04 +00:00
committed by GitHub
parent 3ae90ac1a8
commit d4287ef12d
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
[workspace.dependencies]
base64 = "0.22.1"
chrono = "0.4.43"
chrono = "0.4.44"
clap = { version = "4.5.58", features = ["derive"] }
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
config = { version = "0.15.21", default-features = false, features = ["json", "toml"] }