build(deps): update rust crate clap to 4.3.10

This commit is contained in:
renovate[bot] 2023-07-01 11:36:50 +00:00
parent a26b5b0f2b
commit 73e3cdc297
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.3.9", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.3.10", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.3.1"
dirs-next = "2.0.0"
dunce = "1.0.4"