fix(deps): update rust crate toml to 0.9.12 (#149)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [toml](https://redirect.github.com/toml-rs/toml) | dependencies | patch | `0.9.11` → `0.9.12` | --- ### Release Notes <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.9.12`](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.11...toml-v0.9.12) [Compare Source](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.11...toml-v0.9.12) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/cull-gmail). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -2204,9 +2204,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml"
|
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"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46"
|
checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"indexmap 2.13.0",
|
"indexmap 2.13.0",
|
||||||
"serde_core",
|
"serde_core",
|
||||||
@@ -2228,9 +2228,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toml_parser"
|
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"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
|
checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"winnow",
|
"winnow",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ tokio = { version = "1.49.0", features = [
|
|||||||
"rt-multi-thread",
|
"rt-multi-thread",
|
||||||
"process",
|
"process",
|
||||||
] }
|
] }
|
||||||
toml = "0.9.11"
|
toml = "0.9.12"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
flate2 = "1.1.9"
|
flate2 = "1.1.9"
|
||||||
dialoguer = "0.12.0"
|
dialoguer = "0.12.0"
|
||||||
|
|||||||
2
PRLOG.md
2
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 clap to 4.5.58(pr [#144])
|
||||||
- deps: update rust crate httpmock to 0.8.3(pr [#147])
|
- 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 predicates to 3.1.4(pr [#148])
|
||||||
|
- deps: update rust crate toml to 0.9.12(pr [#149])
|
||||||
|
|
||||||
## [0.0.16] - 2025-10-30
|
## [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
|
[#144]: https://github.com/jerus-org/cull-gmail/pull/144
|
||||||
[#147]: https://github.com/jerus-org/cull-gmail/pull/147
|
[#147]: https://github.com/jerus-org/cull-gmail/pull/147
|
||||||
[#148]: https://github.com/jerus-org/cull-gmail/pull/148
|
[#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
|
[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.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
|
[0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15
|
||||||
|
|||||||
Reference in New Issue
Block a user