diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-06-12 13:54:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 13:54:04 +0200 |
| commit | e1be2bb80d2c9e7f56221d53349cdcea6d76ddde (patch) | |
| tree | da037db3f897a5b05b33b9141d513ff538d5c8b2 /cli/Cargo.toml | |
| parent | ea97af312f73f28d2a46b49a0cea570a90810e42 (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.toml | 6 |
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" |
