summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <renovate-bot@worthe-it.co.za>2023-09-15 14:17:13 +0200
committerRenovate Bot <renovate-bot@worthe-it.co.za>2023-09-15 14:17:13 +0200
commitc05f279da0094c8d51fe38189ade9173e1e33edd (patch)
tree37c705999bc9cc094d4837144b1eff330a68a421 /Cargo.toml
parentc4f254dc3b47984c91b05a01e0d62452603c9cc2 (diff)
Update Rust crate clap to 4.4.3
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 4760ba0..6744eb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-clap = { version = "4.1.8", features = ["derive"] }
+clap = { version = "4.4.3", features = ["derive"] }
comfy-table = "6.1.4"
git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] }
humansize = "2.1.3"