build(deps): bump clap from 4.4.0 to 4.4.1

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.0 to 4.4.1.
- [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/clap_complete-v4.4.0...v4.4.1)

---
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-30 00:09:59 +00:00 committed by GitHub
parent 2174c803cd
commit bb9d9bed5f
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

@ -203,9 +203,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.4.0"
version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d5f1946157a96594eb2d2c10eb7ad9a2b27518cb3000209dec700c35df9197d"
checksum = "7c8d502cbaec4595d2e7d5f61e318f05417bd2b66fdc3809498f0d3fdf0bea27"
dependencies = [
"clap_builder",
"clap_derive",
@ -214,9 +214,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.4.0"
version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78116e32a042dd73c2901f0dc30790d20ff3447f3e3472fad359e8c3d282bcd6"
checksum = "5891c7bc0edb3e1c2204fc5e94009affabeb1821c9e5fdc3959536c5c0bb984d"
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.1", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.4.0", features = ["derive", "env"] }
clap = { version = "4.4.1", features = ["derive", "env"] }
filetime = "0.2.22"
flate2 = { version = "1.0.27", default-features = false }
fs-err = "2.9.0"
@ -39,7 +39,7 @@ zstd = { version = "0.12.4", default-features = false }
is_executable = "1.0.1"
[build-dependencies]
clap = { version = "4.4.0", features = ["derive", "env", "string"] }
clap = { version = "4.4.1", features = ["derive", "env", "string"] }
clap_complete = "4.4.0"
clap_mangen = "0.2.13"