build(deps): bump clap from 4.5.1 to 4.5.2 (#637)

This commit is contained in:
dependabot[bot] 2024-03-07 16:18:32 +00:00 committed by GitHub
parent 5b0e0b6991
commit 3ca479c256
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.1"
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
dependencies = [
"clap_builder",
"clap_derive",
@ -231,9 +231,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.1"
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
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.9.1", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.5.1", features = ["derive", "env"] }
clap = { version = "4.5.2", 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.1", features = ["derive", "env", "string"] }
clap = { version = "4.5.2", features = ["derive", "env", "string"] }
clap_complete = "4.5.1"
clap_mangen = "0.2.20"