summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 12:21:09 +0000
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 12:21:09 +0000
commit0449c685329199eb31b4c88a4fbc85b025e209a3 (patch)
tree37c705999bc9cc094d4837144b1eff330a68a421 /Cargo.toml
parentc4f254dc3b47984c91b05a01e0d62452603c9cc2 (diff)
parentc05f279da0094c8d51fe38189ade9173e1e33edd (diff)
Merge pull request 'Update Rust crate clap to 4.4.3' (#15) from renovate/clap-4.x into main
Reviewed-on: https://codeberg.org/worthe-it/shackle-shell/pulls/15
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"