1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-03 06:05:13 +03:00

chore(deps): bump clap_complete from 4.4.1 to 4.4.2 (#294)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-25 22:34:33 +00:00 committed by GitHub
parent 95f8d53ac1
commit 70792d3520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -245,9 +245,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.1"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f"
checksum = "8baeccdb91cd69189985f87f3c7e453a3a451ab5746cf3be6acc92120bd16d24"
dependencies = [
"clap",
]

View File

@ -31,7 +31,7 @@ regex.workspace = true
log.workspace = true
pretty_env_logger = "0.5.0"
dirs-next = "2.0.0"
clap_complete = "4.4.1"
clap_complete = "4.4.2"
clap_mangen = "0.2.14"
shellexpand = "3.1.0"