build(deps): bump clap from 4.5.0 to 4.5.1

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.0 to 4.5.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.5.0...clap_complete-v4.5.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] 2024-02-16 23:54:05 +00:00 committed by João Marcos
parent 72b2bb5021
commit 05f6cd975e
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.0"
version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f"
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
dependencies = [
"clap_builder",
"clap_derive",
@ -231,9 +231,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.0"
version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99"
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
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.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.5.0", features = ["derive", "env"] }
clap = { version = "4.5.1", 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.0", features = ["derive", "env", "string"] }
clap = { version = "4.5.1", features = ["derive", "env", "string"] }
clap_complete = "4.5.0"
clap_mangen = "0.2.20"