From 7db6659c3ab12eb44cb4e3c7cda3297cc863648d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:59:30 +0000 Subject: [PATCH] chore(deps): bump lazy-regex from 3.0.2 to 3.1.0 Bumps [lazy-regex](https://github.com/Canop/lazy-regex) from 3.0.2 to 3.1.0. - [Changelog](https://github.com/Canop/lazy-regex/blob/main/CHANGELOG.md) - [Commits](https://github.com/Canop/lazy-regex/commits) --- updated-dependencies: - dependency-name: lazy-regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- git-cliff-core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42a218df13..dd3c667997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,9 +935,9 @@ dependencies = [ [[package]] name = "lazy-regex" -version = "3.0.2" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e723bd417b2df60a0f6a2b6825f297ea04b245d4ba52b5a22cb679bdf58b05fa" +checksum = "5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c" dependencies = [ "lazy-regex-proc_macros", "once_cell", @@ -946,9 +946,9 @@ dependencies = [ [[package]] name = "lazy-regex-proc_macros" -version = "3.0.1" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f0a1d9139f0ee2e862e08a9c5d0ba0470f2aa21cd1e1aa1b1562f83116c725f" +checksum = "44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b" dependencies = [ "proc-macro2", "quote", diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml index e4fe1075e2..be47901c97 100644 --- a/git-cliff-core/Cargo.toml +++ b/git-cliff-core/Cargo.toml @@ -28,7 +28,7 @@ serde_regex = "1.1.0" tera = "1.19.1" indexmap = { version = "2.1.0", optional = true } toml = "0.8.8" -lazy-regex = "3.0.2" +lazy-regex = "3.1.0" next_version = "0.2.10" semver = "1.0.20" document-features = { version = "0.2.7", optional = true }