From e2acefefff8108bb2a91b8f4e0495f37b0d924e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:40:07 +0000 Subject: [PATCH] chore(deps): bump git-conventional from 0.12.9 to 1.1.0 Bumps [git-conventional](https://github.com/crate-ci/git-conventional) from 0.12.9 to 1.1.0. - [Changelog](https://github.com/crate-ci/git-conventional/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/git-conventional/compare/v0.12.9...v1.1.0) --- updated-dependencies: - dependency-name: git-conventional dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++------------- git-cliff-core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73e9235843..d22946f446 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1034,7 +1034,7 @@ dependencies = [ "etcetera 0.11.0", "expect-test", "futures", - "git-conventional 0.12.9", + "git-conventional", "git2", "glob", "http-cache-reqwest", @@ -1062,23 +1062,13 @@ dependencies = [ "urlencoding", ] -[[package]] -name = "git-conventional" -version = "0.12.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6a949b7fcc81df22526032dcddb006e78c8575e47b0e7ba57d9960570a57bc4" -dependencies = [ - "serde", - "unicase", - "winnow 0.7.14", -] - [[package]] name = "git-conventional" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7079e0e98895b810e042ef90b667d8d0a28c172fb3212e777b2d279ec2b29f25" dependencies = [ + "serde", "unicase", "winnow 1.0.2", ] @@ -1834,7 +1824,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4d5b15eae9d89526dcd42a9d3e3ebdf4a15664843348dd3e664b8102e42b7d5" dependencies = [ - "git-conventional 1.1.0", + "git-conventional", "regex", "semver", ] diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml index 1a4c4eab37..e55f63f835 100644 --- a/git-cliff-core/Cargo.toml +++ b/git-cliff-core/Cargo.toml @@ -102,7 +102,7 @@ default-features = false features = ["toml", "yaml"] [dependencies.git-conventional] -version = "0.12.7" +version = "1.1.0" features = ["serde"] [dependencies.rust-embed]