summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-16 15:01:51 +0000
committerGitHub <noreply@github.com>2024-02-16 15:01:51 +0000
commitebf6bdb4c5e6d7c28ed7faa0b5d195246e3937ed (patch)
tree095a79a5498d941e76f6d8dcf9c51c867d236841 /Cargo.toml
parenta84d87b909c9969df104832876b1e3e7dc27c01d (diff)
build(deps): update rust crate clap to 4.5.1
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 6b1ec6ec0..414320fa0 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.34", default-features = false, features = ["clock", "std", "wasmbind"] }
-clap = { version = "4.5.0", features = ["derive", "cargo", "unicode"] }
+clap = { version = "4.5.1", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.0"
dirs-next = "2.0.0"
dunce = "1.0.4"