Update Rust crate serde_yaml to 0.9.21 #118

Merged
pierre merged 1 commits from renovate/serde_yaml-0.x into master 2023-05-25 07:44:21 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
serde_yaml dependencies patch 0.9.16 -> 0.9.21

Release Notes

dtolnay/serde-yaml

v0.9.21

Compare Source

  • Make Tag::new panic if given empty string, since YAML has no syntax for an empty tag

v0.9.20

Compare Source

  • Allow an empty YAML document to deserialize to None or Value::Null, in addition to the previously supported empty vector, empty map, and struct with no required fields

v0.9.19

Compare Source

  • Fix message duplication between serde_yaml::Error's Display and source() (#​359, #​360)

v0.9.18

Compare Source

  • Add support for emitting Unicode characters over codepoint U+FFFF (#​356)

v0.9.17

Compare Source

  • Improve Debug representation of some error messages

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde_yaml](https://github.com/dtolnay/serde-yaml) | dependencies | patch | `0.9.16` -> `0.9.21` | --- ### Release Notes <details> <summary>dtolnay/serde-yaml</summary> ### [`v0.9.21`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.21) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.20...0.9.21) - Make `Tag::new` panic if given empty string, since YAML has no syntax for an empty tag ### [`v0.9.20`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.20) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.19...0.9.20) - Allow an empty YAML document to deserialize to `None` or `Value::Null`, in addition to the previously supported empty vector, empty map, and struct with no required fields ### [`v0.9.19`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.19) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.18...0.9.19) - Fix message duplication between serde_yaml::Error's `Display` and `source()` ([#&#8203;359](https://github.com/dtolnay/serde-yaml/issues/359), [#&#8203;360](https://github.com/dtolnay/serde-yaml/issues/360)) ### [`v0.9.18`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.18) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.17...0.9.18) - Add support for emitting Unicode characters over codepoint U+FFFF ([#&#8203;356](https://github.com/dtolnay/serde-yaml/issues/356)) ### [`v0.9.17`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.17) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.16...0.9.17) - Improve Debug representation of some error messages </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
pierre added 1 commit 2023-05-25 00:29:24 +00:00
Update Rust crate serde_yaml to 0.9.21
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
3ae3dc784a
pierre merged commit d040c2475e into master 2023-05-25 07:44:21 +00:00
pierre deleted branch renovate/serde_yaml-0.x 2023-05-25 07:44:21 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/BasicOIDC#118
No description provided.