From 9a36b6fb04764f49cc617be0c5bc7cdbd7fd5956 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Tue, 3 Sep 2024 12:40:50 -0700 Subject: fix(flags): require global flag for permission flags in install subcommand (#25391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also rewrites some of the subcommands help text Closes https://github.com/denoland/deno/issues/25362 --------- Co-authored-by: Bartek IwaƄczuk --- cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9c62406ff..a1d8f31dd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -91,8 +91,8 @@ bincode = "=1.3.3" bytes.workspace = true cache_control.workspace = true chrono = { workspace = true, features = ["now"] } -clap = { version = "=4.5.13", features = ["env", "string", "wrap_help"] } -clap_complete = "=4.5.12" +clap = { version = "=4.5.16", features = ["env", "string", "wrap_help", "error-context"] } +clap_complete = "=4.5.24" clap_complete_fig = "=4.5.2" color-print = "0.3.5" console_static_text.workspace = true -- cgit v1.2.3