From 6d663a7d2873c78e601eb84017839366be25bb90 Mon Sep 17 00:00:00 2001 From: Dan Laine Date: Fri, 9 Feb 2024 15:36:55 -0500 Subject: [PATCH] update clap dependency (#521) Co-authored-by: Ron Kuris --- firewood/Cargo.toml | 2 +- fwdctl/Cargo.toml | 2 +- grpc-testtool/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firewood/Cargo.toml b/firewood/Cargo.toml index 24b40d660..137dd388c 100644 --- a/firewood/Cargo.toml +++ b/firewood/Cargo.toml @@ -48,7 +48,7 @@ rand = "0.8.5" triehash = "0.8.4" assert_cmd = "2.0.13" predicates = "3.1.0" -clap = { version = "4.4.18", features = ['derive'] } +clap = { version = "4.5.0", features = ['derive'] } test-case = "3.3.1" pprof = { version = "0.13.0", features = ["flamegraph"] } diff --git a/fwdctl/Cargo.toml b/fwdctl/Cargo.toml index fea4992f5..365d68b95 100644 --- a/fwdctl/Cargo.toml +++ b/fwdctl/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] firewood = { version = "0.0.4", path = "../firewood" } -clap = { version = "4.4.18", features = ["cargo", "derive"] } +clap = { version = "4.5.0", features = ["cargo", "derive"] } anyhow = "1.0.79" env_logger = "0.11.1" log = "0.4.20" diff --git a/grpc-testtool/Cargo.toml b/grpc-testtool/Cargo.toml index 752761c68..6ebbbf022 100644 --- a/grpc-testtool/Cargo.toml +++ b/grpc-testtool/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.56" tokio = { version = "1.36.0", features = ["sync", "rt-multi-thread"] } tonic = { version = "0.11.0", features = ["tls"] } tracing = { version = "0.1.40" } -clap = { version = "4.4.18", features = ["derive"] } +clap = { version = "4.5.0", features = ["derive"] } tempdir = "0.3.7" log = "0.4.20" env_logger = "0.11.1"