build(deps): update rust crate clap to 4.5.3

This commit is contained in:
renovate[bot]
2024-03-15 14:19:13 +00:00
committed by GitHub
parent 13bfee163e
commit 698572aa57
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.35", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.5.2", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.5.3", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.1"
dirs-next = "2.0.0"
dunce = "1.0.4"