From ed7f9de94a26032e1832320a3ff3c16e497cb582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:55:08 +0000 Subject: [PATCH] Bump clap from 4.4.7 to 4.4.8 in /crates Bumps [clap](https://github.com/clap-rs/clap) from 4.4.7 to 4.4.8. - [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/v4.4.7...v4.4.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- crates/Cargo.lock | 8 ++++---- crates/driver/Cargo.toml | 2 +- crates/jarscanner/Cargo.toml | 2 +- crates/protobuf_extractor/Cargo.toml | 2 +- crates/python_extractor/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/crates/Cargo.lock b/crates/Cargo.lock index 8c2808b1..24beec98 100644 --- a/crates/Cargo.lock +++ b/crates/Cargo.lock @@ -389,9 +389,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.7" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" +checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" dependencies = [ "clap_builder", "clap_derive", @@ -399,9 +399,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.7" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" +checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" dependencies = [ "anstream", "anstyle", diff --git a/crates/driver/Cargo.toml b/crates/driver/Cargo.toml index 4bb4c9c6..c873e8e2 100644 --- a/crates/driver/Cargo.toml +++ b/crates/driver/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" tokio = { version = "1.34.0", features = ["full"] } -clap = { version = "4.4.7", features = ["derive"] } +clap = { version = "4.4.8", features = ["derive"] } serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" walkdir = "2.4.0" diff --git a/crates/jarscanner/Cargo.toml b/crates/jarscanner/Cargo.toml index 4b521204..a3a5efab 100644 --- a/crates/jarscanner/Cargo.toml +++ b/crates/jarscanner/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" zip = "0.6.6" serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" -clap = { version = "4.4.7", features = ["derive"] } +clap = { version = "4.4.8", features = ["derive"] } tempfile = "3.8.1" tokio = { version = "1.34.0", features = ["full"] } diff --git a/crates/protobuf_extractor/Cargo.toml b/crates/protobuf_extractor/Cargo.toml index f0d5f29d..b587e975 100644 --- a/crates/protobuf_extractor/Cargo.toml +++ b/crates/protobuf_extractor/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" tokio = { version = "1.34.0", features = ["full"] } -clap = { version = "4.4.7", features = ["derive"] } +clap = { version = "4.4.8", features = ["derive"] } serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" pretty_env_logger = "0.5.0" diff --git a/crates/python_extractor/Cargo.toml b/crates/python_extractor/Cargo.toml index 8b73af4c..b20c89b7 100644 --- a/crates/python_extractor/Cargo.toml +++ b/crates/python_extractor/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" tokio = { version = "1.34.0", features = ["full"] } -clap = { version = "4.4.7", features = ["derive"] } +clap = { version = "4.4.8", features = ["derive"] } serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" walkdir = "2.4.0"