build(deps): bump clap from 4.3.21 to 4.3.22

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.21 to 4.3.22.
- [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.21...v4.3.22)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-17 23:23:49 +00:00 committed by GitHub
parent fd170d5f3a
commit 9ff7be7182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -204,9 +204,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.3.21" version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -215,9 +215,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.3.21" version = "4.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View File

@ -14,7 +14,7 @@ description = "A command-line utility for easily compressing and decompressing f
atty = "0.2.14" atty = "0.2.14"
bstr = { version = "1.6.0", default-features = false, features = ["std"] } bstr = { version = "1.6.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4" bzip2 = "0.4.4"
clap = { version = "4.3.21", features = ["derive", "env"] } clap = { version = "4.3.22", features = ["derive", "env"] }
filetime = "0.2.22" filetime = "0.2.22"
flate2 = { version = "1.0.27", default-features = false } flate2 = { version = "1.0.27", default-features = false }
fs-err = "2.9.0" fs-err = "2.9.0"
@ -39,7 +39,7 @@ zstd = { version = "0.12.4", default-features = false }
is_executable = "1.0.1" is_executable = "1.0.1"
[build-dependencies] [build-dependencies]
clap = { version = "4.3.21", features = ["derive", "env", "string"] } clap = { version = "4.3.22", features = ["derive", "env", "string"] }
clap_complete = "4.3.2" clap_complete = "4.3.2"
clap_mangen = "0.2.12" clap_mangen = "0.2.12"