From 77e8140e7558744e301b246ba37835eb1c1a7447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:01:33 +0000 Subject: [PATCH] build(deps): bump clap from 4.4.16 to 4.4.17 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.16 to 4.4.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.4.16...v4.4.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 a64f4a63b..88668b57c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,9 +221,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.16" +version = "4.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" +checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253" dependencies = [ "clap_builder", "clap_derive", @@ -231,9 +231,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.16" +version = "4.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" +checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 66f408404..c724975eb 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.9.0", default-features = false, features = ["std"] } bzip2 = "0.4.4" -clap = { version = "4.4.16", features = ["derive", "env"] } +clap = { version = "4.4.17", features = ["derive", "env"] } filetime_creation = "0.1" flate2 = { version = "1.0.28", default-features = false } fs-err = "2.11.0" @@ -40,7 +40,7 @@ zstd = { version = "0.13.0", default-features = false } is_executable = "1.0.1" [build-dependencies] -clap = { version = "4.4.16", features = ["derive", "env", "string"] } +clap = { version = "4.4.17", features = ["derive", "env", "string"] } clap_complete = "4.4.7" clap_mangen = "0.2.17"