diff --git a/Cargo.lock b/Cargo.lock index f79d976..a26f152 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2204,9 +2204,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.9.11+spec-1.1.0" +version = "0.9.12+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" +checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" dependencies = [ "indexmap 2.13.0", "serde_core", @@ -2228,9 +2228,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.6+spec-1.1.0" +version = "1.0.7+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44" +checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1" dependencies = [ "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 2ee3627..613fa38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tokio = { version = "1.49.0", features = [ "rt-multi-thread", "process", ] } -toml = "0.9.11" +toml = "0.9.12" base64 = "0.22.1" flate2 = "1.1.9" dialoguer = "0.12.0" diff --git a/PRLOG.md b/PRLOG.md index e2cfa7b..93923ed 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate clap to 4.5.58(pr [#144]) - deps: update rust crate httpmock to 0.8.3(pr [#147]) - deps: update rust crate predicates to 3.1.4(pr [#148]) +- deps: update rust crate toml to 0.9.12(pr [#149]) ## [0.0.16] - 2025-10-30 @@ -427,6 +428,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#144]: https://github.com/jerus-org/cull-gmail/pull/144 [#147]: https://github.com/jerus-org/cull-gmail/pull/147 [#148]: https://github.com/jerus-org/cull-gmail/pull/148 +[#149]: https://github.com/jerus-org/cull-gmail/pull/149 [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