From 77641cc88059e48c9981a33c7d41e40b43b0a719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 23:56:00 +0000 Subject: [PATCH] build(deps): bump clap from 4.3.16 to 4.3.17 Bumps [clap](https://github.com/clap-rs/clap) from 4.3.16 to 4.3.17. - [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.16...v4.3.17) --- 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 842a63e09..bd4234b10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,9 +212,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.3.16" +version = "4.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d" +checksum = "5b0827b011f6f8ab38590295339817b0d26f344aa4932c3ced71b45b0c54b4a9" dependencies = [ "clap_builder", "clap_derive", @@ -223,9 +223,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.16" +version = "4.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843" +checksum = "9441b403be87be858db6a23edb493e7f694761acdc3343d5a0fcaafd304cbc9e" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 730950534..fdff584d1 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.16", features = ["derive", "env"] } +clap = { version = "4.3.17", features = ["derive", "env"] } filetime = "0.2.21" 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.16", features = ["derive", "env", "string"] } +clap = { version = "4.3.17", features = ["derive", "env", "string"] } clap_complete = "4.3.2" clap_mangen = "0.2.12"