From 3f0aef394e68279aff586bfc266b36de97144d5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:01:01 +0000 Subject: [PATCH] fix(deps): update rust crate clap to v4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0151ada..f1a86d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] base64 = "0.22.1" -clap = { version = "3.2.25", features = ["derive", "env"] } +clap = { version = "4.0.0", features = ["derive", "env"] } csv = "1.3.0" env_logger = "0.11.3" k8s-openapi = { version = "0.14.0", features = ["v1_22"] }