build(deps): update rust crate clap to 4.1.8

This commit is contained in:
renovate[bot]
2023-02-28 16:36:59 +00:00
parent 5e5ccc4ebe
commit 95dd48734c
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.23", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.1.7", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.1.8", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.1.4"
dirs-next = "2.0.0"
dunce = "1.0.3"