From d4287ef12d20a3852c0ff63f9757ff0195b714d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:33:04 +0000 Subject: [PATCH 01/16] fix(deps): update rust crate chrono to 0.4.44 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3dfda34..a458f71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "chrono" -version = "0.4.43" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 11159ce..7c2da8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-utilities"] [workspace.dependencies] base64 = "0.22.1" -chrono = "0.4.43" +chrono = "0.4.44" clap = { version = "4.5.58", features = ["derive"] } clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] } config = { version = "0.15.21", default-features = false, features = ["json", "toml"] } From 2779bba2ac5ac2927a8ba969ce4131dca8bfe5f2 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:36:56 +0000 Subject: [PATCH 02/16] 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 1d206d3..b5135eb 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - deps: update rust crate config to 0.15.21(pr [#171]) +- deps: update rust crate chrono to 0.4.44(pr [#165]) ## [0.1.4] - 2026-02-14 @@ -489,6 +490,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#163]: https://github.com/jerus-org/cull-gmail/pull/163 [#170]: https://github.com/jerus-org/cull-gmail/pull/170 [#171]: https://github.com/jerus-org/cull-gmail/pull/171 +[#165]: https://github.com/jerus-org/cull-gmail/pull/165 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.4...HEAD [0.1.4]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 From 25471f43ba1604b2fca4d34d10e399d50fb727e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:38:03 +0000 Subject: [PATCH 03/16] fix(deps): update rust crate clap to 4.6.0 --- Cargo.lock | 54 +++++++++++++++++++++++++++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 40 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a458f71..31f5470 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" dependencies = [ "anstyle", - "anstyle-parse", + "anstyle-parse 0.2.7", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstream" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" +dependencies = [ + "anstyle", + "anstyle-parse 1.0.0", "anstyle-query", "anstyle-wincon", "colorchoice", @@ -56,6 +71,15 @@ dependencies = [ "utf8parse", ] +[[package]] +name = "anstyle-parse" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" +dependencies = [ + "utf8parse", +] + [[package]] name = "anstyle-query" version = "1.1.5" @@ -263,9 +287,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.58" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" +checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" dependencies = [ "clap_builder", "clap_derive", @@ -284,11 +308,11 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.58" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" +checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" dependencies = [ - "anstream", + "anstream 1.0.0", "anstyle", "clap_lex", "strsim", @@ -296,9 +320,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.55" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" +checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" dependencies = [ "heck", "proc-macro2", @@ -587,7 +611,7 @@ version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "env_filter", "jiff", @@ -1586,18 +1610,18 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] [[package]] name = "quote" -version = "1.0.43" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" dependencies = [ "proc-macro2", ] @@ -2010,9 +2034,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.114" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 7c2da8e..9518439 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["command-line-utilities"] [workspace.dependencies] base64 = "0.22.1" chrono = "0.4.44" -clap = { version = "4.5.58", features = ["derive"] } +clap = { version = "4.6.0", features = ["derive"] } clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] } config = { version = "0.15.21", default-features = false, features = ["json", "toml"] } dialoguer = "0.12.0" From 314a7e945ac08ac2cf7673b0eafa3a704ea1cd90 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:40:31 +0000 Subject: [PATCH 04/16] 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 b5135eb..28fcdd3 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate config to 0.15.21(pr [#171]) - deps: update rust crate chrono to 0.4.44(pr [#165]) +- deps: update rust crate clap to 4.6.0(pr [#166]) ## [0.1.4] - 2026-02-14 @@ -491,6 +492,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#170]: https://github.com/jerus-org/cull-gmail/pull/170 [#171]: https://github.com/jerus-org/cull-gmail/pull/171 [#165]: https://github.com/jerus-org/cull-gmail/pull/165 +[#166]: https://github.com/jerus-org/cull-gmail/pull/166 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.4...HEAD [0.1.4]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 From 08764914ab59171b29c0b8dbb95a480742aff166 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:42:56 +0000 Subject: [PATCH 05/16] fix(deps): update rust crate futures to 0.3.32 --- Cargo.lock | 37 ++++++++++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31f5470..c710b01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,9 +709,9 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "futures" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" +checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" dependencies = [ "futures-channel", "futures-core", @@ -724,9 +724,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" dependencies = [ "futures-core", "futures-sink", @@ -734,15 +734,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" [[package]] name = "futures-executor" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" +checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" dependencies = [ "futures-core", "futures-task", @@ -751,15 +751,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" [[package]] name = "futures-macro" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" dependencies = [ "proc-macro2", "quote", @@ -768,15 +768,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" +checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" [[package]] name = "futures-task" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" [[package]] name = "futures-timer" @@ -786,9 +786,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] name = "futures-util" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" dependencies = [ "futures-channel", "futures-core", @@ -798,7 +798,6 @@ dependencies = [ "futures-task", "memchr", "pin-project-lite", - "pin-utils", "slab", ] diff --git a/Cargo.toml b/Cargo.toml index 9518439..0b79cce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ config = { version = "0.15.21", default-features = false, features = ["json", "t dialoguer = "0.12.0" env_logger = "0.11.9" flate2 = "1.1.9" -futures = "0.3.31" +futures = "0.3.32" google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] } hyper-rustls = { version = "0.27.7", features = ["http1"] } indicatif = "0.18.3" From 522b09f7df84d1e5a8bd004959e2741d78d82bce Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:44:49 +0000 Subject: [PATCH 06/16] 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 28fcdd3..3d0f518 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate config to 0.15.21(pr [#171]) - deps: update rust crate chrono to 0.4.44(pr [#165]) - deps: update rust crate clap to 4.6.0(pr [#166]) +- deps: update rust crate futures to 0.3.32(pr [#167]) ## [0.1.4] - 2026-02-14 @@ -493,6 +494,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#171]: https://github.com/jerus-org/cull-gmail/pull/171 [#165]: https://github.com/jerus-org/cull-gmail/pull/165 [#166]: https://github.com/jerus-org/cull-gmail/pull/166 +[#167]: https://github.com/jerus-org/cull-gmail/pull/167 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.4...HEAD [0.1.4]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 From 99af85dbdf1bcae29b6fcc2acfa049e7fde6f7e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:45:49 +0000 Subject: [PATCH 07/16] fix(deps): update rust crate indicatif to 0.18.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c710b01..b56575b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1281,9 +1281,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.3" +version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" +checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" dependencies = [ "console", "portable-atomic", diff --git a/Cargo.toml b/Cargo.toml index 0b79cce..8b6378c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ flate2 = "1.1.9" futures = "0.3.32" google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] } hyper-rustls = { version = "0.27.7", features = ["http1"] } -indicatif = "0.18.3" +indicatif = "0.18.4" lazy-regex = "3.6.0" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } From b1c1ac52e51cbbbb4d9c9e9f3658e215eae06d24 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:47:31 +0000 Subject: [PATCH 08/16] 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 3d0f518..1bc6444 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate chrono to 0.4.44(pr [#165]) - deps: update rust crate clap to 4.6.0(pr [#166]) - deps: update rust crate futures to 0.3.32(pr [#167]) +- deps: update rust crate indicatif to 0.18.4(pr [#168]) ## [0.1.4] - 2026-02-14 @@ -495,6 +496,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#165]: https://github.com/jerus-org/cull-gmail/pull/165 [#166]: https://github.com/jerus-org/cull-gmail/pull/166 [#167]: https://github.com/jerus-org/cull-gmail/pull/167 +[#168]: https://github.com/jerus-org/cull-gmail/pull/168 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.4...HEAD [0.1.4]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 From ed76cb877752cc0874fea1af9130ae2e1e423864 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:58:15 +0000 Subject: [PATCH 09/16] fix(deps): update rust crate toml to 1.0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b6378c..1274c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"] } -toml = "1.0.0" +toml = "1.0.6" # dev-dependencies assert_cmd = "2.1.2" From cc835fa9e1534415fe40a0a6dd9cf3ebb207fe6f Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:59:58 +0000 Subject: [PATCH 10/16] 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 1bc6444..d85e47e 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate clap to 4.6.0(pr [#166]) - deps: update rust crate futures to 0.3.32(pr [#167]) - deps: update rust crate indicatif to 0.18.4(pr [#168]) +- deps: update rust crate toml to 1.0.6(pr [#169]) ## [0.1.4] - 2026-02-14 @@ -497,6 +498,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#166]: https://github.com/jerus-org/cull-gmail/pull/166 [#167]: https://github.com/jerus-org/cull-gmail/pull/167 [#168]: https://github.com/jerus-org/cull-gmail/pull/168 +[#169]: https://github.com/jerus-org/cull-gmail/pull/169 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.4...HEAD [0.1.4]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 From 8b2cd42676951f36c9f108d9414478d0ea376495 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:01:12 +0000 Subject: [PATCH 11/16] fix(deps): update rust crate assert_cmd to 2.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b56575b..036543d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.1.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c5bcfa8749ac45dd12cb11055aeeb6b27a3895560d60d71e3c23bf979e60514" +checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 1274c20..4100198 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process" toml = "1.0.6" # dev-dependencies -assert_cmd = "2.1.2" +assert_cmd = "2.2.0" assert_fs = "1.1.3" httpmock = "0.8.3" predicates = "3.1.4" From 77b4b0f759b97c8ecf886dcda0beeaff6c90ed41 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:50:26 +0000 Subject: [PATCH 12/16] 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 d85e47e..53e1f32 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate futures to 0.3.32(pr [#167]) - deps: update rust crate indicatif to 0.18.4(pr [#168]) - deps: update rust crate toml to 1.0.6(pr [#169]) +- deps: update rust crate assert_cmd to 2.2.0(pr [#172]) ## [0.1.4] - 2026-02-14 @@ -499,6 +500,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#167]: https://github.com/jerus-org/cull-gmail/pull/167 [#168]: https://github.com/jerus-org/cull-gmail/pull/168 [#169]: https://github.com/jerus-org/cull-gmail/pull/169 +[#172]: https://github.com/jerus-org/cull-gmail/pull/172 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.4...HEAD [0.1.4]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 From f37b5dea1459b7604bc955ddb469fcaf514cc1fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:51:28 +0000 Subject: [PATCH 13/16] fix(deps): update rust crate tempfile to 3.27.0 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 036543d..f8c7ee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1373,15 +1373,15 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.180" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "linux-raw-sys" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "litemap" @@ -1705,9 +1705,9 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ "bitflags", "errno", @@ -2073,9 +2073,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.25.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", "getrandom 0.3.4", diff --git a/Cargo.toml b/Cargo.toml index 4100198..685dbe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ assert_fs = "1.1.3" httpmock = "0.8.3" predicates = "3.1.4" temp-env = "0.3.6" -tempfile = "3.25.0" +tempfile = "3.27.0" tokio-test = "0.4.5" [workspace.lints.clippy] From 4abc767da44cb157c02162cf402a517d933e3dd2 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:57:07 +0000 Subject: [PATCH 14/16] 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 53e1f32..e4cec0a 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate indicatif to 0.18.4(pr [#168]) - deps: update rust crate toml to 1.0.6(pr [#169]) - deps: update rust crate assert_cmd to 2.2.0(pr [#172]) +- deps: update rust crate tempfile to 3.27.0(pr [#173]) ## [0.1.4] - 2026-02-14 @@ -501,6 +502,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#168]: https://github.com/jerus-org/cull-gmail/pull/168 [#169]: https://github.com/jerus-org/cull-gmail/pull/169 [#172]: https://github.com/jerus-org/cull-gmail/pull/172 +[#173]: https://github.com/jerus-org/cull-gmail/pull/173 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.4...HEAD [0.1.4]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3 From 57050e441507d9f8c6a9ea016416058828eff7db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:58:07 +0000 Subject: [PATCH 15/16] fix(deps): update rust crate tokio to 1.50.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8c7ee4..68bcc0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2155,9 +2155,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 685dbe2..5e94561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" -tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"] } +tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "process"] } toml = "1.0.6" # dev-dependencies From 50d16434ee23e6d6ecf61f4662d6ddee91874469 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:01:35 +0000 Subject: [PATCH 16/16] 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 e4cec0a..5871b97 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate toml to 1.0.6(pr [#169]) - deps: update rust crate assert_cmd to 2.2.0(pr [#172]) - deps: update rust crate tempfile to 3.27.0(pr [#173]) +- deps: update rust crate tokio to 1.50.0(pr [#174]) ## [0.1.4] - 2026-02-14 @@ -503,6 +504,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#169]: https://github.com/jerus-org/cull-gmail/pull/169 [#172]: https://github.com/jerus-org/cull-gmail/pull/172 [#173]: https://github.com/jerus-org/cull-gmail/pull/173 +[#174]: https://github.com/jerus-org/cull-gmail/pull/174 [Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.1.4...HEAD [0.1.4]: https://github.com/jerus-org/cull-gmail/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/jerus-org/cull-gmail/compare/v0.1.2...v0.1.3