From 88bb6d5ce8dfc0a99bf156391712c9f5453dda7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 06:52:40 +0000 Subject: [PATCH] chore(deps): Bump clap from 4.5.15 to 4.5.16 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.16. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.15...clap_complete-v4.5.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 2 +- plugins/dummy_rand_data/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ef899cb..4c7c0661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,9 +356,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.15" +version = "4.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" +checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" dependencies = [ "clap_builder", "clap_derive", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 3aeefa6a..53c7d5ad 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -37,7 +37,7 @@ content_inspector = "0.2.4" cyclonedx-bom = "0.7.0" dotenv = "0.15.0" chrono = { version = "0.4.19", features = ["alloc", "serde"] } -clap = { version = "4.5.13", features = ["derive"] } +clap = { version = "4.5.16", features = ["derive"] } console = { version = "0.15.8", features = ["windows-console-colors"] } dashmap = { version = "6.0.1", features = ["rayon", "inline"] } dialoguer = "0.11.0" diff --git a/plugins/dummy_rand_data/Cargo.toml b/plugins/dummy_rand_data/Cargo.toml index 733be2ff..fe23ae7a 100644 --- a/plugins/dummy_rand_data/Cargo.toml +++ b/plugins/dummy_rand_data/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -clap = { version = "4.5.15", features = ["derive"] } +clap = { version = "4.5.16", features = ["derive"] } prost = "0.13.1" rand = "0.8.5" serde_json = "1.0.125" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index de1cd706..9856d03b 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.86" -clap = { version = "4.5.13", features = ["cargo", "derive"] } +clap = { version = "4.5.16", features = ["cargo", "derive"] } clap-verbosity-flag = "2.2.1" env_logger = "0.11.5" log = "0.4.22"