From 45d0891b9f5b1aad0a213179a3a6a126ca081f30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 01:18:47 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 3.2.13 (#43) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e1120f..4fa646b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,9 +172,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.12" +version = "3.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d" +checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 36bfeea..7b2f3ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] base64 = "0.13.0" -clap = { version = "3.2.12", features = ["derive", "env"] } +clap = { version = "3.2.13", features = ["derive", "env"] } csv = "1.1.6" env_logger = "0.9.0" k8s-openapi = { version = "0.14.0", features = ["v1_22"] }