From 72cb2e1f14432996558584e5339cb3bd64fab279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:58:51 +0000 Subject: [PATCH] Bump lazy-regex from 3.1.0 to 3.3.0 Bumps [lazy-regex](https://github.com/Canop/lazy-regex) from 3.1.0 to 3.3.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 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4ec0a2..974f755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,9 +353,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "lazy-regex" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c" +checksum = "8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda" dependencies = [ "lazy-regex-proc_macros", "once_cell", @@ -364,9 +364,9 @@ dependencies = [ [[package]] name = "lazy-regex-proc_macros" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b" +checksum = "76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 19550ac..3c2cdea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ pulldown-cmark = { version = "0.11", default-features = false, features = ["simd [dev-dependencies] hex = "0.4.3" -lazy-regex = "3.0" +lazy-regex = "3.3" libtest = { version = "0.7", package = "libtest-mimic" } pretty_assertions = "1.4" rustversion = "1.0.11"