summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-21 12:33:46 +0000
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-21 12:33:46 +0000
commit97afb2bad2b0d07e715b6f08366300d4acec9b09 (patch)
tree04ab3ba2549508b23c046f82d4f1c8ccb8eacd56 /Cargo.toml
parentd9ee2f8a280032e0128c09ce63ff8442e60310f7 (diff)
parent6ac792ae831e06f5f9ac72496977a7cd4263bbdc (diff)
Merge pull request 'Update Rust crate clap to 4.4.4' (#20) from renovate/clap-4.x into mainHEADmain
Reviewed-on: https://codeberg.org/worthe-it/shackle-shell/pulls/20
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 eb9f2e0..ccaad54 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.4.3", features = ["derive"] }
+clap = { version = "4.4.4", features = ["derive"] }
comfy-table = "6.2.0"
git2 = { version = "0.18.1", default-features = false, features = ["vendored-libgit2"] }
humansize = "2.1.3"