ciffelia / koe

Discord 読み上げ Bot
MIT License
35 stars 16 forks source link

chore(deps): update rust crate serde_yaml to v0.9.34 #190

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Type Update Change
serde_yaml dependencies patch 0.9.27 -> 0.9.34

Release Notes

dtolnay/serde-yaml (serde_yaml) ### [`v0.9.34`](https://redirect.github.com/dtolnay/serde-yaml/releases/tag/0.9.34) [Compare Source](https://redirect.github.com/dtolnay/serde-yaml/compare/0.9.33...0.9.34) As of this release, I am not planning to publish further versions of `serde_yaml` as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml\&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available. ### [`v0.9.33`](https://redirect.github.com/dtolnay/serde-yaml/releases/tag/0.9.33) [Compare Source](https://redirect.github.com/dtolnay/serde-yaml/compare/0.9.32...0.9.33) - Fix quadratic parse time for YAML containing deeply nested flow collections ([https://github.com/dtolnay/unsafe-libyaml/issues/26](https://redirect.github.com/dtolnay/unsafe-libyaml/issues/26)) ### [`v0.9.32`](https://redirect.github.com/dtolnay/serde-yaml/releases/tag/0.9.32) [Compare Source](https://redirect.github.com/dtolnay/serde-yaml/compare/0.9.31...0.9.32) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v0.9.31`](https://redirect.github.com/dtolnay/serde-yaml/releases/tag/0.9.31) [Compare Source](https://redirect.github.com/dtolnay/serde-yaml/compare/0.9.30...0.9.31) - Add `swap_remove` and `shift_remove` methods on Mapping ([#​408](https://redirect.github.com/dtolnay/serde-yaml/issues/408)) ### [`v0.9.30`](https://redirect.github.com/dtolnay/serde-yaml/releases/tag/0.9.30) [Compare Source](https://redirect.github.com/dtolnay/serde-yaml/compare/0.9.29...0.9.30) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v0.9.29`](https://redirect.github.com/dtolnay/serde-yaml/releases/tag/0.9.29) [Compare Source](https://redirect.github.com/dtolnay/serde-yaml/compare/0.9.28...0.9.29) - Turn on `deny(unsafe_op_in_unsafe_fn)` lint ### [`v0.9.28`](https://redirect.github.com/dtolnay/serde-yaml/releases/tag/0.9.28) [Compare Source](https://redirect.github.com/dtolnay/serde-yaml/compare/0.9.27...0.9.28) - Update `unsafe-libyaml` dependency to pull in unaligned write fix

Configuration

📅 Schedule: Branch creation - "before 9am on Saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.