summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 13:29:12 +0000
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 13:29:12 +0000
commitc600a24fc4069a215e60e12cb686d6473592af4b (patch)
tree72c54e23eee9925ba4a96040d68508c5b46ee628 /Cargo.toml
parent93a6a2cc842c7ba39fa0b50d78d6e11250ee2a4c (diff)
parent71144887fb30323b77872432c6a2488dd82b9cd4 (diff)
Merge pull request 'Update Rust crate comfy-table to 6.2.0' (#16) from renovate/comfy-table-6.x into main
Reviewed-on: https://codeberg.org/worthe-it/shackle-shell/pulls/16
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 b320f08..b9278f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
[dependencies]
clap = { version = "4.4.3", features = ["derive"] }
-comfy-table = "6.1.4"
+comfy-table = "6.2.0"
git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] }
humansize = "2.1.3"
nix = { version = "0.26.2", default-features = false, features = ["user"] }