From 06c9419d4003df2ee257170692bdd41c528bf7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:26:49 +0000 Subject: [PATCH] chore(deps): bump lazy-regex from 3.3.0 to 3.4.1 (#379) Bumps [lazy-regex](https://github.com/Canop/lazy-regex) from 3.3.0 to 3.4.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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f048672..52baf45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,9 +1285,9 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" [[package]] name = "lazy-regex" -version = "3.3.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda" +checksum = "60c7310b93682b36b98fa7ea4de998d3463ccbebd94d935d6b48ba5b6ffa7126" dependencies = [ "lazy-regex-proc_macros", "once_cell", @@ -1296,9 +1296,9 @@ dependencies = [ [[package]] name = "lazy-regex-proc_macros" -version = "3.3.0" +version = "3.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163" +checksum = "4ba01db5ef81e17eb10a5e0f2109d1b3a3e29bac3070fdbd7d156bf7dbd206a1" dependencies = [ "proc-macro2", "quote", @@ -1495,9 +1495,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openssl" diff --git a/Cargo.toml b/Cargo.toml index fce72d7..d9c6fad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ url = "2.5.4" mime = "0.3.17" regex = "1.11.1" serde_regex = "1.1.0" -lazy-regex = "3.3.0" +lazy-regex = "3.4.1" humantime = "2.1.0" humantime-serde = "1.1.1" glob = "0.3.1"