diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-16 13:45:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 13:45:11 +0100 |
commit | b142c81721aaf1b596720aa827296cd3279a2d36 (patch) | |
tree | 59f69815a296afde32be7551262b86d316ee856b /cli | |
parent | 7d29eb0f639635461f43b2092868d2f8fe1bdff7 (diff) |
chore: upgrade clap to 4.4.17 (#21956)
Diffstat (limited to 'cli')
-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 c36aebd92..7072b8e40 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -78,9 +78,9 @@ bincode = "=1.3.3" bytes.workspace = true cache_control.workspace = true chrono.workspace = true -clap = { version = "=4.3.3", features = ["env", "string"] } -clap_complete = "=4.3.1" -clap_complete_fig = "=4.3.1" +clap = { version = "=4.4.17", features = ["env", "string"] } +clap_complete = "=4.4.7" +clap_complete_fig = "=4.4.2" console_static_text.workspace = true dashmap = "5.5.3" data-encoding.workspace = true |