From b03a9793353bbbf4d149ada66f2204295ff208f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 23:12:08 +0000 Subject: [PATCH] build(deps): bump clap from 4.4.2 to 4.4.3 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3. - [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.2...v4.4.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6333b8c3..02d6b5ffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,9 +203,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.2" +version = "4.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" +checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" dependencies = [ "clap_builder", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index 66731b4e8..8fe4da6f7 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.2", default-features = false, features = ["std"] } bzip2 = "0.4.4" -clap = { version = "4.4.2", features = ["derive", "env"] } +clap = { version = "4.4.3", features = ["derive", "env"] } filetime = "0.2.22" flate2 = { version = "1.0.27", default-features = false } fs-err = "2.9.0" @@ -38,7 +38,7 @@ zstd = { version = "0.12.4", default-features = false } is_executable = "1.0.1" [build-dependencies] -clap = { version = "4.4.2", features = ["derive", "env", "string"] } +clap = { version = "4.4.3", features = ["derive", "env", "string"] } clap_complete = "4.4.1" clap_mangen = "0.2.13"