build(deps): bump clap from 4.3.3 to 4.3.4

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.3 to 4.3.4.
- [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/v4.3.3...v4.3.4)

---
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-06-15 09:07:45 +00:00 committed by GitHub
parent 4c7db7e574
commit b4638b83cb
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

@ -424,9 +424,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.3"
version = "4.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
checksum = "80672091db20273a15cf9fdd4e47ed43b5091ec9841bf4c6145c9dfbbcae09ed"
dependencies = [
"clap_builder",
"clap_derive",
@ -435,9 +435,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.3"
version = "4.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
checksum = "c1458a1df40e1e2afebb7ab60ce55c1fa8f431146205aa5f4887e0b111c27636"
dependencies = [
"anstream",
"anstyle",

View File

@ -63,7 +63,7 @@ xdg = "2.5.0"
zip = "0.6.6"
[dependencies.clap]
version = "4.3.3"
version = "4.3.4"
features = ["cargo", "derive", "unicode", "wrap_help"]
[dependencies.rustyline]
@ -76,7 +76,7 @@ version = "1.28.2"
features = ["macros", "process", "rt-multi-thread"]
[build-dependencies]
clap = { version = "4.3.3", features = ["derive"] }
clap = { version = "4.3.4", features = ["derive"] }
clap_complete = "4.3.1"
clap_mangen = "0.2.12"