summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-12-30 16:48:27 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-12-30 18:49:10 +0000
commita3b6e8f92c4453f208c74ab7b275eb83e4c74fa6 (patch)
tree536d3d7e9cbed75a8d1833a524efec1482ce44ec
parenta944dcfa146bb811439bc7b75a49e2b5f0aac922 (diff)
build(deps): update rust crate clap to 4.4.12
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 65e289859..7a3ca64aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.11", features = ["derive", "cargo", "unicode"] }
+clap = { version = "4.4.12", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.4.5"
dirs-next = "2.0.0"
dunce = "1.0.4"