build(deps): bump clap from 4.3.12 to 4.3.16

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.12 to 4.3.16.
- [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.12...v4.3.16)

---
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-07-18 23:57:22 +00:00 committed by GitHub
parent aee8d410c2
commit 9b5dec6126
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

@ -212,9 +212,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.3.12"
version = "4.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d"
dependencies = [
"clap_builder",
"clap_derive",
@ -223,9 +223,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.12"
version = "4.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843"
dependencies = [
"anstream",
"anstyle",

View File

@ -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.12", features = ["derive", "env"] }
clap = { version = "4.3.16", 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.3", default-features = false }
is_executable = "1.0.1"
[build-dependencies]
clap = { version = "4.3.12", features = ["derive", "env", "string"] }
clap = { version = "4.3.16", features = ["derive", "env", "string"] }
clap_complete = "4.3.2"
clap_mangen = "0.2.12"