summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-08-12 08:55:33 -0700
committerGitHub <noreply@github.com>2024-08-12 08:55:33 -0700
commite5f0058b74245f909253e1c9b1e7e0087ef7701a (patch)
tree231d2f0ac68b7b0e397dc3b5ced8314880c82af2 /cli/Cargo.toml
parent9bdab6fb6b93eb43b1930f40987fa4997287f9c8 (diff)
feat: better help output (#24958)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index df7323e71..8bf53dba4 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -90,9 +90,9 @@ bincode = "=1.3.3"
bytes.workspace = true
cache_control.workspace = true
chrono = { workspace = true, features = ["now"] }
-clap = { version = "=4.4.17", features = ["env", "string"] }
-clap_complete = "=4.4.7"
-clap_complete_fig = "=4.4.2"
+clap = { version = "=4.5.13", features = ["env", "string", "wrap_help"] }
+clap_complete = "=4.5.12"
+clap_complete_fig = "=4.5.2"
color-print = "0.3.5"
console_static_text.workspace = true
dashmap = "5.5.3"
@@ -145,6 +145,7 @@ serde_repr.workspace = true
sha2.workspace = true
shell-escape = "=0.1.5"
spki = { version = "0.7", features = ["pem"] }
+strsim = "0.11.1"
tar.workspace = true
tempfile.workspace = true
text-size = "=1.1.0"