From 9b295c5dd59dc76359ac9587d309aa3f776b1a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:11:26 +0000 Subject: [PATCH] build(deps): bump clap from 4.3.19 to 4.3.21 Bumps [clap](https://github.com/clap-rs/clap) from 4.3.19 to 4.3.21. - [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.3.19...v4.3.21) --- 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 fcd7c9b..d177d12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,9 +204,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.3.19" +version = "4.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" +checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" dependencies = [ "clap_builder", "clap_derive", @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.19" +version = "4.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" +checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 3c3427e..159e5df 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.6.0", default-features = false, features = ["std"] } bzip2 = "0.4.4" -clap = { version = "4.3.19", features = ["derive", "env"] } +clap = { version = "4.3.21", features = ["derive", "env"] } filetime = "0.2.22" flate2 = { version = "1.0.26", default-features = false } fs-err = "2.9.0" @@ -39,7 +39,7 @@ zstd = { version = "0.12.4", default-features = false } is_executable = "1.0.1" [build-dependencies] -clap = { version = "4.3.19", features = ["derive", "env", "string"] } +clap = { version = "4.3.21", features = ["derive", "env", "string"] } clap_complete = "4.3.2" clap_mangen = "0.2.12"