summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }