chore(deps): update rust crate serde-saphyr to 0.0.21 #1437
No reviewers
Labels
No labels
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1437
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/rust-patch-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.0.19→0.0.21Release Notes
bourumir-wyngs/serde-saphyr (serde-saphyr)
v0.0.21: Tuple enum variants and more compact lists.Compare Source
Tuple enum variants, #85
It is now possible to deserialize tuple enum variants, using tags to choose the variant. This is compatible with serde_yaml and serde_yaml_ng.
serde_saphyr::from_str::<Context>(yaml)would take thevalue: !Expression 1 + 1orvalue: !Pair [a, 12]. Nesting using Variant:\n ... already worked, but that syntax is inconvenient for short scalars that would otherwise fit on a single line.Tuple members can differ in type, so Rust tuple agrees with YAML list here better than Rust list or array.
Compact list indentation, #86
We now emit list items with a more compact indentation style:
Compared to a more expanded indentation style:
Round trip tests were added to check we still produce a valid YAML. This more compact format used to be default in serde-yaml. If the previous format is desired (like it there are tests with direct string comparison), it can be returned by setting compact_list_indent to false in SerializerOptions.
v0.0.20: Maintenance release - coverageCompare Source
In this release, we primarily focused on improving code coverage. While adding more tests, we uncovered a couple of bugs. Although these are edge cases, we decided to publish a new release.
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.
This PR has been generated by Renovate Bot.
03f7119421faadda3424faadda342437be41b19c37be41b19ca62ad4f89da62ad4f89d26b0f91ffa26b0f91ffa23c8ad698123c8ad698192c577243d92c577243de6952a73c6e6952a73c6f9e756658fchore(deps): update rust-patch-updatesto chore(deps): update rust crate serde-saphyr to 0.0.21