diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-03-26 06:06:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-26 06:06:18 +0200 |
| commit | 33362b88c3ef14c1ed36994f8740cb6e05c6e2fe (patch) | |
| tree | b60e11febd57047606c16a5b52bd26d7dc4ef06b /cli/Cargo.toml | |
| parent | 8a4865c3790a6eb93d95189e129b3ee98f349b45 (diff) | |
chore: upgrade clap to v4 (#17333)
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 cbcd3eb6c..a887a5692 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -57,9 +57,9 @@ base32 = "=0.4.0" base64.workspace = true cache_control.workspace = true chrono = { version = "=0.4.22", default-features = false, features = ["std"] } -clap = "=3.1.12" -clap_complete = "=3.1.2" -clap_complete_fig = "=3.1.5" +clap = { version = "=4.1.10", features = ["string"] } +clap_complete = "=4.1.5" +clap_complete_fig = "=4.1.2" console_static_text.workspace = true data-url.workspace = true dissimilar = "=1.0.4" |
