build(deps): bump clap from 4.3.9 to 4.3.10

Bumps [clap](https://github.com/clap-rs/clap) from 4.3.9 to 4.3.10.
- [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.9...v4.3.10)

---
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-30 08:36:36 +00:00 committed by GitHub
parent 460b0eea7a
commit 62e157e354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

9
Cargo.lock generated
View File

@ -460,9 +460,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.9"
version = "4.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bba77a07e4489fb41bd90e8d4201c3eb246b3c2c9ea2ba0bddd6c1d1df87db7d"
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
dependencies = [
"clap_builder",
"clap_derive",
@ -471,13 +471,12 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.9"
version = "4.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9b4a88bb4bc35d3d6f65a21b0f0bafe9c894fa00978de242c555ec28bea1c0"
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
dependencies = [
"anstream",
"anstyle",
"bitflags 1.3.2",
"clap_lex",
"once_cell",
"strsim",

View File

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