Browse Source

Bump clap_complete from 4.1.4 to 4.2.1 (#1038)

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.4 to 4.2.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.1.4...clap_complete-v4.2.1)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1051/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
a0fa0d76da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -431,9 +431,9 @@ dependencies = [ @@ -431,9 +431,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.1.4"
version = "4.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501ff0a401473ea1d4c3b125ff95506b62c5bc5768d818634195fbb7c4ad5ff4"
checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473"
dependencies = [
"clap 4.2.5",
]

2
Cargo.toml

@ -22,7 +22,7 @@ askalono = "0.4.6" @@ -22,7 +22,7 @@ askalono = "0.4.6"
byte-unit = "4.0.19"
bytecount = "0.6.3"
clap = { version = "4.2.5", features = ["derive"] }
clap_complete = "4.1.4"
clap_complete = "4.2.1"
gix-features-for-configuration-only = { package = "gix-features", version = "0.29.0", features = [
"zlib-ng",
] }

Loading…
Cancel
Save