From cd9030d54272bc54994616aeacc8895dbfa4300b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:54:49 +0000 Subject: [PATCH] Bump lazy-regex from 3.4.2 to 3.5.1 Bumps [lazy-regex](https://github.com/Canop/lazy-regex) from 3.4.2 to 3.5.1. - [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-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9538e9..b3bf482 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2650,9 +2650,9 @@ dependencies = [ [[package]] name = "lazy-regex" -version = "3.4.2" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "191898e17ddee19e60bccb3945aa02339e81edd4a8c50e21fd4d48cdecda7b29" +checksum = "c5c13b6857ade4c8ee05c3c3dc97d2ab5415d691213825b90d3211c425c1f907" dependencies = [ "lazy-regex-proc_macros", "once_cell", @@ -2662,9 +2662,9 @@ dependencies = [ [[package]] name = "lazy-regex-proc_macros" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1836626b71105320d5a4674824777821a274e69065bf84b8e0efdb560897b135" +checksum = "32a95c68db5d41694cea563c86a4ba4dc02141c16ef64814108cb23def4d5438" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 761a1fb..f5ba3c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ serde_yaml = "0.9" regex = "1" # Pin lazy-regex to 3.4.2 (3.5.0 has a bug with regex::bytes) -lazy-regex = "=3.4.2" +lazy-regex = "=3.5.1" # Atomic file operations tempfile = "3"