build(deps): update rust crate clap to 4.2.5

This commit is contained in:
renovate[bot]
2023-04-28 04:54:41 +00:00
committed by GitHub
parent b3ccc0f05e
commit 20b0ad2bf1
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.2.4", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.2.5", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.2.1"
dirs-next = "2.0.0"
dunce = "1.0.4"