Bump clap from 4.2.2 to 4.2.3

Bumps [clap](https://github.com/clap-rs/clap) from 4.2.2 to 4.2.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.2.2...v4.2.3)

---
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-04-19 00:12:08 +00:00 committed by GitHub
parent 3cb7274fe7
commit 9c401bc45a
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.2.2" version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a" checksum = "49f9152d70e42172fdb87de2efd7327160beee37886027cf86f30a233d5b30b4"
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.2.2" version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6" checksum = "e067b220911598876eb55d52725ddcc201ffe3f0904018195973bc5b012ea2ca"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle 1.0.0", "anstyle 1.0.0",

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.4.0", default-features = false, features = ["std"] } bstr = { version = "1.4.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4" bzip2 = "0.4.4"
clap = { version = "4.2.2", features = ["derive", "env"] } clap = { version = "4.2.3", features = ["derive", "env"] }
filetime = "0.2.21" filetime = "0.2.21"
flate2 = { version = "1.0.25", default-features = false } flate2 = { version = "1.0.25", default-features = false }
fs-err = "2.9.0" fs-err = "2.9.0"
@ -39,7 +39,7 @@ zstd = { version = "0.12.3", default-features = false }
is_executable = "1.0.1" is_executable = "1.0.1"
[build-dependencies] [build-dependencies]
clap = { version = "4.2.2", features = ["derive", "env", "string"] } clap = { version = "4.2.3", features = ["derive", "env", "string"] }
clap_complete = "4.2.0" clap_complete = "4.2.0"
clap_mangen = "0.2.10" clap_mangen = "0.2.10"