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"] } 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