From 6fa5572bc8f4533914d668581dfce3089ce47106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:05:04 +0000 Subject: [PATCH] chore(deps): bump git-cliff-core from 2.5.0 to 2.6.0 Bumps [git-cliff-core](https://github.com/orhun/git-cliff) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/orhun/git-cliff/releases) - [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md) - [Commits](https://github.com/orhun/git-cliff/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: git-cliff-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52fe182e..f7d78ebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -610,9 +610,9 @@ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] name = "git-cliff-core" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "814781ddaef452cc690361d408ce56dfbab6a522d3065cc49329732cde69e783" +checksum = "3b82ecf763c4f7f9564880776ec536417e3ecd7c7d773f1413091c42afcdf265" dependencies = [ "bincode", "cacache", diff --git a/Cargo.toml b/Cargo.toml index 8fcf10d0..31faaea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ napi = { version = "2.16.10", default-features = false, features = [ ], optional = true } icu = "1.5.0" version-compare = "0.2" -git-cliff-core = "2.5.0" +git-cliff-core = "2.6.0" chrono = "0.4.38" semver = "1.0.23" rand = "0.8.5"