From f73b4d26e45c4638f3558280c16d37872733c470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:44:56 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate lazy-regex to 3.6.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a26f152..be48f02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1327,9 +1327,9 @@ dependencies = [ [[package]] name = "lazy-regex" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c13b6857ade4c8ee05c3c3dc97d2ab5415d691213825b90d3211c425c1f907" +checksum = "6bae91019476d3ec7147de9aa291cadb6d870abf2f3015d2da73a90325ac1496" dependencies = [ "lazy-regex-proc_macros", "once_cell", @@ -1338,9 +1338,9 @@ dependencies = [ [[package]] name = "lazy-regex-proc_macros" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a95c68db5d41694cea563c86a4ba4dc02141c16ef64814108cb23def4d5438" +checksum = "4de9c1e1439d8b7b3061b2d209809f447ca33241733d9a3c01eabf2dc8d94358" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 613fa38..bb54871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ config = { version = "0.15.19", default-features = false, features = [ env_logger = "0.11.9" google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] } hyper-rustls = { version = "0.27.7", features = ["http1"] } -lazy-regex = "3.5.1" +lazy-regex = "3.6.0" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" From 252cad25233d7b8ab64a38a3e855bb7d0ede5ae7 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:48:08 +0000 Subject: [PATCH 2/2] chore: update prlog for pr Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> --- PRLOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index 6b18a2c..141f4a5 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate predicates to 3.1.4(pr [#148]) - deps: update rust crate toml to 0.9.12(pr [#149]) - deps: update dependency toolkit to v4.4.2(pr [#150]) +- deps: update rust crate lazy-regex to 3.6.0(pr [#151]) ## [0.0.16] - 2025-10-30 @@ -431,6 +432,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#148]: https://github.com/jerus-org/cull-gmail/pull/148 [#149]: https://github.com/jerus-org/cull-gmail/pull/149 [#150]: https://github.com/jerus-org/cull-gmail/pull/150 +[#151]: https://github.com/jerus-org/cull-gmail/pull/151 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...HEAD [0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16 [0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15