From e29f65793a016704e5e1ff47016f03ab6c31768f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:10:03 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate lazy-regex to 3.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9b40ad..48cfa10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ config = { version = "0.15.19", default-features = false, features = [ env_logger = "0.11.8" google-gmail1 = "7.0.0" hyper-rustls = { version = "0.27.7", features = ["http1"] } -lazy-regex = "3.4.2" +lazy-regex = "3.5.1" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" From 1dd0affcd1ab7518a11dd5453ebdb352f2f3e5b2 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:11:51 +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 c8c87fd..01657df 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate clap to 4.5.54(pr [#137]) - deps: update rust crate flate2 to 1.1.8(pr [#138]) - deps: update rust crate hyper-rustls to 0.27.7(pr [#139]) +- deps: update rust crate lazy-regex to 3.5.1(pr [#140]) ## [0.0.16] - 2025-10-30 @@ -409,6 +410,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#137]: https://github.com/jerus-org/cull-gmail/pull/137 [#138]: https://github.com/jerus-org/cull-gmail/pull/138 [#139]: https://github.com/jerus-org/cull-gmail/pull/139 +[#140]: https://github.com/jerus-org/cull-gmail/pull/140 [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