build(deps): bump clap from 4.5.3 to 4.5.4 (#648)

This commit is contained in:
dependabot[bot] 2024-03-27 06:53:06 +00:00 committed by GitHub
parent f82d7a46b0
commit 4d263c3e37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -221,9 +221,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.3"
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813"
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
dependencies = [
"clap_builder",
"clap_derive",
@ -252,9 +252,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.5.3"
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f"
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
dependencies = [
"heck",
"proc-macro2",

View File

@ -14,7 +14,7 @@ description = "A command-line utility for easily compressing and decompressing f
atty = "0.2.14"
bstr = { version = "1.9.1", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.5.3", features = ["derive", "env"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
filetime_creation = "0.2"
flate2 = { version = "1.0.28", default-features = false }
fs-err = "2.11.0"
@ -40,7 +40,7 @@ zstd = { version = "0.13.0", default-features = false }
is_executable = "1.0.1"
[build-dependencies]
clap = { version = "4.5.3", features = ["derive", "env", "string"] }
clap = { version = "4.5.4", features = ["derive", "env", "string"] }
clap_complete = "4.5.1"
clap_mangen = "0.2.20"