diff --git a/Cargo.lock b/Cargo.lock index 280da84..e80af3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,9 +645,9 @@ checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41" [[package]] name = "flate2" -version = "1.1.8" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index f039c82..fb2ff42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tokio = { version = "1.49.0", features = [ ] } toml = "0.9.11" base64 = "0.22.1" -flate2 = "1.1.8" +flate2 = "1.1.9" dialoguer = "0.12.0" indicatif = "0.18.3" diff --git a/PRLOG.md b/PRLOG.md index 2f19b38..596d1bc 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate lazy-regex to 3.5.1(pr [#140]) - deps: update rust crate thiserror to 2.0.18(pr [#141]) - deps: resolve rustls crypto provider conflict(pr [#143]) +- deps: update rust crate flate2 to 1.1.9(pr [#146]) ## [0.0.16] - 2025-10-30 @@ -417,6 +418,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#141]: https://github.com/jerus-org/cull-gmail/pull/141 [#142]: https://github.com/jerus-org/cull-gmail/pull/142 [#143]: https://github.com/jerus-org/cull-gmail/pull/143 +[#146]: https://github.com/jerus-org/cull-gmail/pull/146 [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