diff --git a/Cargo.lock b/Cargo.lock index e80af3e..1f1504e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,9 +573,9 @@ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "env_filter" -version = "0.1.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" +checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f" dependencies = [ "log", "regex", @@ -583,9 +583,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.8" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" +checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index fb2ff42..be938bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ config = { version = "0.15.19", default-features = false, features = [ "json", "toml", ] } -env_logger = "0.11.8" +env_logger = "0.11.9" google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] } hyper-rustls = { version = "0.27.7", features = ["http1"] } lazy-regex = "3.5.1" diff --git a/PRLOG.md b/PRLOG.md index 596d1bc..649fc51 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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]) +- deps: update rust crate env_logger to 0.11.9(pr [#145]) ## [0.0.16] - 2025-10-30 @@ -419,6 +420,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#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 +[#145]: https://github.com/jerus-org/cull-gmail/pull/145 [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