Update Rust crate serde_yaml to 0.9.14 - autoclosed #7

Closed
kjuulh wants to merge 1 commits from renovate/serde_yaml-0.x into main
Owner

This PR contains the following updates:

Package Type Update Change
serde_yaml dependencies patch 0.9.4 -> 0.9.14

Release Notes

dtolnay/serde-yaml

v0.9.14

Compare Source

  • Implement Deserializer for TaggedValue and &TaggedValue (#​339)

v0.9.13

Compare Source

  • Recognize True, TRUE, False, FALSE as booleans, Null, NULL as null (#​330)

v0.9.12

Compare Source

  • Support deserializing tagged literal scalar into primitive (#​327)

    "foo": !!int |-
      7200  
    

v0.9.11

Compare Source

  • Serialize strings on a single line when they do not already contain a newline character, regardless of string length (#​321, #​322)

v0.9.10

Compare Source

  • Make Display for Number produce the same representation as serializing (#​316)

v0.9.9

Compare Source

v0.9.8

Compare Source

  • Fix serialization of TaggedValue when used with to_value (#​313)

v0.9.7

Compare Source

  • Allow an empty plain scalar to deserialize as an empty map or seq (#​304)

v0.9.6

Compare Source

  • Fix tag not getting serialized in certain map values (#​302)

v0.9.5

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

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.4` -> `0.9.14` | --- ### Release Notes <details> <summary>dtolnay/serde-yaml</summary> ### [`v0.9.14`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.14) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.13...0.9.14) - Implement `Deserializer` for `TaggedValue` and `&TaggedValue` ([#&#8203;339](https://github.com/dtolnay/serde-yaml/issues/339)) ### [`v0.9.13`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.13) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.12...0.9.13) - Recognize `True`, `TRUE`, `False`, `FALSE` as booleans, `Null`, `NULL` as null ([#&#8203;330](https://github.com/dtolnay/serde-yaml/issues/330)) ### [`v0.9.12`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.12) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.11...0.9.12) - Support deserializing tagged literal scalar into primitive ([#&#8203;327](https://github.com/dtolnay/serde-yaml/issues/327)) ```yaml "foo": !!int |- 7200 ``` ### [`v0.9.11`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.11) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.10...0.9.11) - Serialize strings on a single line when they do not already contain a newline character, regardless of string length ([#&#8203;321](https://github.com/dtolnay/serde-yaml/issues/321), [#&#8203;322](https://github.com/dtolnay/serde-yaml/issues/322)) ### [`v0.9.10`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.10) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.9...0.9.10) - Make `Display` for `Number` produce the same representation as serializing ([#&#8203;316](https://github.com/dtolnay/serde-yaml/issues/316)) ### [`v0.9.9`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.9) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.8...0.9.9) - Add [serde_yaml::with::singleton_map_recursive](https://docs.rs/serde_yaml/0.9.9/serde_yaml/with/singleton_map_recursive/index.html) ### [`v0.9.8`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.8) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.7...0.9.8) - Fix serialization of `TaggedValue` when used with `to_value` ([#&#8203;313](https://github.com/dtolnay/serde-yaml/issues/313)) ### [`v0.9.7`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.7) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.6...0.9.7) - Allow an empty plain scalar to deserialize as an empty map or seq ([#&#8203;304](https://github.com/dtolnay/serde-yaml/issues/304)) ### [`v0.9.6`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.6) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.5...0.9.6) - Fix tag not getting serialized in certain map values ([#&#8203;302](https://github.com/dtolnay/serde-yaml/issues/302)) ### [`v0.9.5`](https://github.com/dtolnay/serde-yaml/releases/tag/0.9.5) [Compare Source](https://github.com/dtolnay/serde-yaml/compare/0.9.4...0.9.5) - Implement `Display` trait for `serde_yaml::value::Tag` ([#&#8203;307](https://github.com/dtolnay/serde-yaml/issues/307), thanks [@&#8203;masinc](https://github.com/masinc)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled due to failing status checks. ♻ **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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh added 1 commit 2022-10-25 23:21:05 +02:00
Update Rust crate serde_yaml to 0.9.14
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
30ce3453e1
kjuulh changed title from Update Rust crate serde_yaml to 0.9.14 to Update Rust crate serde_yaml to 0.9.14 - autoclosed 2022-10-26 18:07:03 +02:00
kjuulh closed this pull request 2022-10-26 18:07:03 +02:00
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

Pull request closed

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: kjuulh/cuddle#7
No description provided.