summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-06-12 13:54:04 +0200
committerGitHub <noreply@github.com>2023-06-12 13:54:04 +0200
commite1be2bb80d2c9e7f56221d53349cdcea6d76ddde (patch)
treeda037db3f897a5b05b33b9141d513ff538d5c8b2 /cli/Cargo.toml
parentea97af312f73f28d2a46b49a0cea570a90810e42 (diff)
chore: update clap (#19467)
Also switches to use defer for all subcommands besides run.
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 34720bbcc..fe9f35844 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -60,9 +60,9 @@ base32 = "=0.4.0"
base64.workspace = true
cache_control.workspace = true
chrono = { version = "=0.4.22", default-features = false, features = ["std"] }
-clap = { version = "=4.1.10", features = ["string"] }
-clap_complete = "=4.1.5"
-clap_complete_fig = "=4.1.2"
+clap = { version = "=4.3.3", features = ["string"] }
+clap_complete = "=4.3.1"
+clap_complete_fig = "=4.3.1"
console_static_text.workspace = true
data-url.workspace = true
dissimilar = "=1.0.4"