build(deps): bump clap from 4.5.16 to 4.5.19

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.16 to 4.5.19.
- [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.5.16...clap_complete-v4.5.19)

---
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] 2024-10-01 23:32:01 +00:00 committed by GitHub
parent 3d717ec3bc
commit a64769726c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@ -284,9 +284,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.16" version = "4.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -294,9 +294,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.15" version = "4.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@ -315,9 +315,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_derive" name = "clap_derive"
version = "4.5.13" version = "4.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",

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.10.0", default-features = false, features = ["std"] } bstr = { version = "1.10.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4" bzip2 = "0.4.4"
clap = { version = "4.5.16", features = ["derive", "env"] } clap = { version = "4.5.19", features = ["derive", "env"] }
filetime_creation = "0.2" filetime_creation = "0.2"
flate2 = { version = "1.0.30", default-features = false } flate2 = { version = "1.0.30", default-features = false }
fs-err = "2.11.0" fs-err = "2.11.0"
@ -41,7 +41,7 @@ zstd = { version = "0.13.2", default-features = false, features = ["zstdmt"]}
is_executable = "1.0.1" is_executable = "1.0.1"
[build-dependencies] [build-dependencies]
clap = { version = "4.5.16", features = ["derive", "env", "string"] } clap = { version = "4.5.19", features = ["derive", "env", "string"] }
clap_complete = "4.5.13" clap_complete = "4.5.13"
clap_mangen = "0.2.20" clap_mangen = "0.2.20"