1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-29 17:23:22 +03:00

chore(deps): bump git-conventional from 0.12.4 to 0.12.6 (#502)

Bumps [git-conventional](https://github.com/crate-ci/git-conventional) from 0.12.4 to 0.12.6.
- [Changelog](https://github.com/crate-ci/git-conventional/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/git-conventional/compare/v0.12.4...v0.12.6)

---
updated-dependencies:
- dependency-name: git-conventional
  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] 2024-02-17 12:17:13 +01:00 committed by GitHub
parent f31c12c26e
commit 95e32f1856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 14 deletions

17
Cargo.lock generated
View File

@ -769,14 +769,14 @@ dependencies = [
[[package]]
name = "git-conventional"
version = "0.12.4"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b3db1aca6f1a2607dd99beed5d99df831ac73eae5994ff301dae712928e2dac"
checksum = "8035f7561b84cc80e8ec1c2c18dd14113c8b6e07206db72212403e9a25d2e72d"
dependencies = [
"doc-comment",
"serde",
"unicase",
"winnow 0.5.34",
"winnow",
]
[[package]]
@ -2341,7 +2341,7 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.1",
"winnow",
]
[[package]]
@ -2830,15 +2830,6 @@ version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
[[package]]
name = "winnow"
version = "0.5.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16"
dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "0.6.1"

View File

@ -68,7 +68,7 @@ default-features = false
features = ["toml", "yaml"]
[dependencies.git-conventional]
version = "0.12.4"
version = "0.12.6"
features = ["serde"]
[dependencies.rust-embed]