build(deps): update rust crate clap to 4.3.3 (#5235)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-06-12 11:36:21 +02:00
committed by GitHub
parent 318050976b
commit 24583e8bcd
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.26", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.3.2", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.3.3", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.3.1"
dirs-next = "2.0.0"
dunce = "1.0.4"