chore(deps): update rust crate serde-saphyr to 0.0.23 #1637
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!1637
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/serde-saphyr-0.x"
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.21→0.0.23Release Notes
bourumir-wyngs/serde-saphyr (serde-saphyr)
v0.0.23: - compile fasterCompare Source
serializeanddeserialize, both of which are now enabled by default. Consumers can now build a lighter dependency set by enabling only the side they need. Public re-exports insrc/lib.rsare now conditionally exposed based on enabled features:or
Enabling neither feature is now rejected at compile time. This may happen for projects that previously used
default-features = false, features=[]. Simple integrations that only specify the version remain backward-compatible.Vecat root structure level (#95)v0.0.22: - !include and propertiesCompare Source
This release introduces support for
!include. While not a standard YAML, multiple existing implementations show the need for this capability.serde-saphyrnow can resolve!includetags through a custom resolver configured viaOptions. The!includefunctionality is gated behind theincludefeature and must also be explicitly enabled by providing a resolver. For convenience, a safety-hardened filesystem-based resolver is available as an additional optional feature (include-fs).This library also now supports properties, implemented in a Docker Compose-like style:
Properties are implemented to prevent their values from being checked into the repository or from leaking via error snippets or other messages in logs. Tests were written to ensure that the value is never printed on error (please supply the security report if it is). Property values are provided via a custom-supplied HashMap, so up to the user how to store them safely, or maybe even generate them.
Other improvements
serde-saphyrnow correctly decodes valid UTF-16 surrogate pair escapes such as\uD834\uDD1Einto a single Unicode scalar, matching the equivalent YAML\Uform. We also expanded the JSON compatibility test coverage with dedicated cases for objects, arrays, URLs, Unicode escapes, numbers, booleans, andnull, and the full related test suite now passes.serde-saphyrcan enforce indentation rules during deserialization viaRequireIndent.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.