From 6f4494eef0ada102eaeb28bc545a78b6be85ee6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 00:02:23 +0000 Subject: [PATCH] Bump clap from 4.2.3 to 4.2.4 Bumps [clap](https://github.com/clap-rs/clap) from 4.2.3 to 4.2.4. - [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.2.3...v4.2.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e6aeb0..80de6af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,9 +204,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.2.3" +version = "4.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f9152d70e42172fdb87de2efd7327160beee37886027cf86f30a233d5b30b4" +checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62" dependencies = [ "clap_builder", "clap_derive", @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.2.3" +version = "4.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e067b220911598876eb55d52725ddcc201ffe3f0904018195973bc5b012ea2ca" +checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749" dependencies = [ "anstream", "anstyle 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 5602de9..58b12e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ description = "A command-line utility for easily compressing and decompressing f atty = "0.2.14" bstr = { version = "1.4.0", default-features = false, features = ["std"] } bzip2 = "0.4.4" -clap = { version = "4.2.3", features = ["derive", "env"] } +clap = { version = "4.2.4", features = ["derive", "env"] } filetime = "0.2.21" flate2 = { version = "1.0.25", default-features = false } fs-err = "2.9.0" @@ -39,7 +39,7 @@ zstd = { version = "0.12.3", default-features = false } is_executable = "1.0.1" [build-dependencies] -clap = { version = "4.2.3", features = ["derive", "env", "string"] } +clap = { version = "4.2.4", features = ["derive", "env", "string"] } clap_complete = "4.2.0" clap_mangen = "0.2.10"