From 7a458d0138357519bc98d0cd0eb21a4d40b3e2a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:24:57 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate thiserror to 2.0.18 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd62355..ccc11c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2070,18 +2070,18 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 48cfa10..9087182 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ lazy-regex = "3.5.1" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -thiserror = "2.0.17" +thiserror = "2.0.18" tokio = { version = "1.49.0", features = [ "macros", "rt-multi-thread", From 6232b4f76135d41e71389a684d7d9898de87ab3c Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Sat, 24 Jan 2026 11:27:53 +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 01657df..6e1efb3 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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]) +- deps: update rust crate thiserror to 2.0.18(pr [#141]) ## [0.0.16] - 2025-10-30 @@ -411,6 +412,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#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 +[#141]: https://github.com/jerus-org/cull-gmail/pull/141 [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