From 4f205afd6ba0afd98d0ba91dc742f2038f6ddc89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:45:20 +0000 Subject: [PATCH] chore(deps): Bump clap from 4.5.21 to 4.5.23 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.21 to 4.5.23. - [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.21...clap_complete-v4.5.23) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ hipcheck/Cargo.toml | 2 +- plugins/activity/Cargo.toml | 2 +- plugins/affiliation/Cargo.toml | 2 +- plugins/binary/Cargo.toml | 2 +- plugins/churn/Cargo.toml | 2 +- plugins/entropy/Cargo.toml | 2 +- plugins/fuzz/Cargo.toml | 2 +- plugins/git/Cargo.toml | 2 +- plugins/github/Cargo.toml | 2 +- plugins/identity/Cargo.toml | 2 +- plugins/linguist/Cargo.toml | 2 +- plugins/npm/Cargo.toml | 2 +- plugins/review/Cargo.toml | 2 +- plugins/typo/Cargo.toml | 2 +- test-plugins/dummy_rand_data/Cargo.toml | 2 +- test-plugins/dummy_sha256/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53da5b1b..72920f45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,9 +470,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.21" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" +checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" dependencies = [ "clap_builder", "clap_derive", @@ -490,9 +490,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.21" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" +checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" dependencies = [ "anstream", "anstyle", @@ -514,9 +514,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.1" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "colorchoice" diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 7765498f..478967c2 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -38,7 +38,7 @@ content_inspector = "0.2.4" cyclonedx-bom = "0.8.0" dotenv = "0.15.0" chrono = { version = "0.4.19", features = ["alloc", "serde"] } -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } console = { version = "0.15.8", features = ["windows-console-colors"] } dashmap = { version = "6.1.0", features = ["rayon", "inline"] } dialoguer = "0.11.0" diff --git a/plugins/activity/Cargo.toml b/plugins/activity/Cargo.toml index 1fcacdc6..3c467cdd 100644 --- a/plugins/activity/Cargo.toml +++ b/plugins/activity/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } jiff = { version = "0.1.14", features = ["serde"] } log = "0.4.22" diff --git a/plugins/affiliation/Cargo.toml b/plugins/affiliation/Cargo.toml index 6f1fea51..1d533d10 100644 --- a/plugins/affiliation/Cargo.toml +++ b/plugins/affiliation/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.91" -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } kdl = "4.6.0" log = "0.4.22" diff --git a/plugins/binary/Cargo.toml b/plugins/binary/Cargo.toml index f00921f4..a522fe9a 100644 --- a/plugins/binary/Cargo.toml +++ b/plugins/binary/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } content_inspector = "0.2.4" hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = [ "macros", diff --git a/plugins/churn/Cargo.toml b/plugins/churn/Cargo.toml index 3f9ae5e6..60aed662 100644 --- a/plugins/churn/Cargo.toml +++ b/plugins/churn/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = [ "macros", ] } diff --git a/plugins/entropy/Cargo.toml b/plugins/entropy/Cargo.toml index 95c05f98..ef21620b 100644 --- a/plugins/entropy/Cargo.toml +++ b/plugins/entropy/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.91" -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } dashmap = { version = "6.1.0", features = ["inline", "rayon"] } finl_unicode = { version = "1.3.0", features = ["grapheme_clusters"] } futures = "0.3.31" diff --git a/plugins/fuzz/Cargo.toml b/plugins/fuzz/Cargo.toml index ace94a7a..f4f00d70 100644 --- a/plugins/fuzz/Cargo.toml +++ b/plugins/fuzz/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = [ "macros", ] } diff --git a/plugins/git/Cargo.toml b/plugins/git/Cargo.toml index 21232f71..9bf3a43d 100644 --- a/plugins/git/Cargo.toml +++ b/plugins/git/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.91" -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } jiff = { version = "0.1.14", features = ["serde"] } log = "0.4.22" diff --git a/plugins/github/Cargo.toml b/plugins/github/Cargo.toml index 2d78e798..3bb1ee7f 100644 --- a/plugins/github/Cargo.toml +++ b/plugins/github/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.91" -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } graphql_client = "0.14.0" hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = [ "macros", diff --git a/plugins/identity/Cargo.toml b/plugins/identity/Cargo.toml index 2b87a9db..f0150cfc 100644 --- a/plugins/identity/Cargo.toml +++ b/plugins/identity/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mitre/hipcheck" publish = false [dependencies] -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = [ "macros", ] } diff --git a/plugins/linguist/Cargo.toml b/plugins/linguist/Cargo.toml index e2c79b84..8252df9f 100644 --- a/plugins/linguist/Cargo.toml +++ b/plugins/linguist/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.91" -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = [ "macros", ] } diff --git a/plugins/npm/Cargo.toml b/plugins/npm/Cargo.toml index 26ac1f78..a33e0041 100644 --- a/plugins/npm/Cargo.toml +++ b/plugins/npm/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.91" -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } log = "0.4.22" pathbuf = "1.0.0" diff --git a/plugins/review/Cargo.toml b/plugins/review/Cargo.toml index 875262c4..fc7a9874 100644 --- a/plugins/review/Cargo.toml +++ b/plugins/review/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.93" -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } log = "0.4.22" schemars = { version = "0.8.21", features = ["url"] } diff --git a/plugins/typo/Cargo.toml b/plugins/typo/Cargo.toml index 7a1397ec..8ef9fbe1 100644 --- a/plugins/typo/Cargo.toml +++ b/plugins/typo/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.91" -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } log = "0.4.22" maplit = "1.0.2" diff --git a/test-plugins/dummy_rand_data/Cargo.toml b/test-plugins/dummy_rand_data/Cargo.toml index 54cbc369..522d0cde 100644 --- a/test-plugins/dummy_rand_data/Cargo.toml +++ b/test-plugins/dummy_rand_data/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1.0.91" -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"] } rand = "0.8.5" tokio = { version = "1.41.1", features = ["rt"] } diff --git a/test-plugins/dummy_sha256/Cargo.toml b/test-plugins/dummy_sha256/Cargo.toml index cea0d7a5..8e70b4b5 100644 --- a/test-plugins/dummy_sha256/Cargo.toml +++ b/test-plugins/dummy_sha256/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5.23", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"]} sha2 = "0.10.8" tokio = { version = "1.41.1", features = ["rt"] } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 6c6af774..0107ab5f 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] anyhow = "1.0.91" -clap = { version = "4.5.21", features = ["cargo", "derive"] } +clap = { version = "4.5.23", features = ["cargo", "derive"] } clap-verbosity-flag = "3.0.1" env_logger = "0.11.5" log = "0.4.22"