1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-07 13:28:37 +03:00

chore(pull): merge #170

170: chore(deps): bump clap_complete from 4.2.1 to 4.2.2 r=orhun a=dependabot[bot]

Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-05-11 18:20:18 +00:00 committed by GitHub
commit 31e3faacba
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

@ -226,9 +226,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete" name = "clap_complete"
version = "4.2.1" version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473" checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3"
dependencies = [ dependencies = [
"clap", "clap",
] ]

View File

@ -31,7 +31,7 @@ regex.workspace = true
log.workspace = true log.workspace = true
pretty_env_logger = "0.4.0" pretty_env_logger = "0.4.0"
dirs-next = "2.0.0" dirs-next = "2.0.0"
clap_complete = "4.2.1" clap_complete = "4.2.2"
clap_mangen = "0.2.10" clap_mangen = "0.2.10"
[dependencies.git-cliff-core] [dependencies.git-cliff-core]