build(deps): update rust crate clap to 4.4.10

This commit is contained in:
renovate[bot]
2023-11-28 06:12:46 +00:00
committed by GitHub
parent 33d447a830
commit bc3eb031c2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.4.9", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.4.10", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.4.4"
dirs-next = "2.0.0"
dunce = "1.0.4"