summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-03-26 06:06:18 +0200
committerGitHub <noreply@github.com>2023-03-26 06:06:18 +0200
commit33362b88c3ef14c1ed36994f8740cb6e05c6e2fe (patch)
treeb60e11febd57047606c16a5b52bd26d7dc4ef06b /cli/Cargo.toml
parent8a4865c3790a6eb93d95189e129b3ee98f349b45 (diff)
chore: upgrade clap to v4 (#17333)
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 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"