This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust crate serde_yaml to 0.9.29 (#42)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_yaml](https://github.com/dtolnay/serde-yaml) | dependencies | patch | `0.9.25` -> `0.9.29` | --- ### Release Notes <details> <summary>dtolnay/serde-yaml (serde_yaml)</summary> ### [`v0.9.29`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.29) [Compare Source](https://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://github.com/dtolnay/serde-yaml/releases/tag/0.9.28) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.27...0.9.28) - Update `unsafe-libyaml` dependency to pull in unaligned write fix ### [`v0.9.27`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.27) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.26...0.9.27) - Always serialize serde_yaml::Number containing NaN as a positive NaN ([#​394](https://github.com/dtolnay/serde-yaml/issues/394)) ### [`v0.9.26`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.26) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.25...0.9.26) - Guarantee that `.nan` is deserialized as a positive NaN ([#​392](https://github.com/dtolnay/serde-yaml/issues/392), [#​393](https://github.com/dtolnay/serde-yaml/issues/393)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kbudde/bench-metrics). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information