diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-09-03 12:40:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 12:40:50 -0700 |
| commit | 9a36b6fb04764f49cc617be0c5bc7cdbd7fd5956 (patch) | |
| tree | ed1b010d0741e0e2fb17f042af7c33be58cd2310 /cli/Cargo.toml | |
| parent | 81e941bc92aac37bbf2f385eeceec9e4c8cfb13d (diff) | |
fix(flags): require global flag for permission flags in install subcommand (#25391)
Also rewrites some of the subcommands help text
Closes https://github.com/denoland/deno/issues/25362
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
