From b142c81721aaf1b596720aa827296cd3279a2d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 16 Jan 2024 13:45:11 +0100 Subject: chore: upgrade clap to 4.4.17 (#21956) --- cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/Cargo.toml') 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 -- cgit v1.2.3