summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2022-10-18 09:50:22 +0100
committerGitHub <noreply@github.com>2022-10-18 09:50:22 +0100
commit5e2c438dabc74d7e87fad46c725501753a0a8a26 (patch)
treec6e1b3aea892e7150cd1d94bd13c68ee2efcea42 /Cargo.toml
parent3829f82d9c67fbea5309d3b2f1a238bb0e50dadd (diff)
Upgrade clap (#568)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e2397400e..28c52c672 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,8 +66,8 @@ chrono-english = "0.1.4"
cli-table = { version = "0.4", default-features = false }
base64 = "0.13.0"
crossbeam-channel = "0.5.1"
-clap = { version = "3.1.18", features = ["derive"] }
-clap_complete = "3.1.4"
+clap = { version = "4.0.14", features = ["derive"] }
+clap_complete = "4.0.2"
fs-err = "2.7"
whoami = "1.1.2"
rpassword = "7.0"