From 347a3d16c6602a17ee439bb47e0a5f22ac1bcf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:38:29 +0000 Subject: [PATCH] chore(deps): bump lazy-regex from 3.0.1 to 3.0.2 Bumps [lazy-regex](https://github.com/Canop/lazy-regex) from 3.0.1 to 3.0.2. - [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-patch ... 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 59d537e6..410b5d56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1406,9 +1406,9 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" [[package]] name = "lazy-regex" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57451d19ad5e289ff6c3d69c2a2424652995c42b79dafa11e9c4d5508c913c01" +checksum = "e723bd417b2df60a0f6a2b6825f297ea04b245d4ba52b5a22cb679bdf58b05fa" dependencies = [ "lazy-regex-proc_macros", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index fa6c606e..5321ce3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ url = "2.4.1" mime = "0.3.17" regex = "1.9.5" serde_regex = "1.1.0" -lazy-regex = "3.0.1" +lazy-regex = "3.0.2" humantime = "2.1.0" humantime-serde = "1.1.1" glob = "0.3.1"