summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-26 01:42:08 +0000
committerGitHub <noreply@github.com>2024-03-26 01:42:08 +0000
commit1ec8626f2607461ceb9b6f41d42826891db4934e (patch)
tree41caa4f4d70a8375b902d00f1cb353195daf3fed /Cargo.toml
parenteb80dbab99e38b5018aa3fb70b06ae9e4d793b24 (diff)
build(deps): update rust crate clap to 4.5.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 198db0004..51c5492cf 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.35", default-features = false, features = ["clock", "std", "wasmbind"] }
-clap = { version = "4.5.3", features = ["derive", "cargo", "unicode"] }
+clap = { version = "4.5.4", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.1"
dirs-next = "2.0.0"
dunce = "1.0.4"