From 5abc3c41b1542b9057b7a0025ed4e478535e7a50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 10:56:28 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate hyper-rustls to 0.27.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc910b8..a9b40ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,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", features = ["http1"] } +hyper-rustls = { version = "0.27.7", features = ["http1"] } lazy-regex = "3.4.2" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } From f5596f0eeed5f4cef21f5ec3a75d96fd74628dbb Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Sat, 24 Jan 2026 10:59:30 +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 b9118e5..c8c87fd 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate chrono to 0.4.43(pr [#136]) - 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]) ## [0.0.16] - 2025-10-30 @@ -407,6 +408,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#136]: https://github.com/jerus-org/cull-gmail/pull/136 [#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 [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