Skip to content

chore(deps): update rust crate serde-saphyr to 0.0.24#63

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/serde-saphyr-0.x
Open

chore(deps): update rust crate serde-saphyr to 0.0.24#63
renovate[bot] wants to merge 1 commit intomainfrom
renovate/serde-saphyr-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 20, 2026

This PR contains the following updates:

Package Type Update Change
serde-saphyr workspace.dependencies patch 0.0.230.0.24

Release Notes

bourumir-wyngs/serde-saphyr (serde-saphyr)

v0.0.24: - remove heavy regex crate

Compare Source

  • Regex dependency is now removed using much lighter custom code. Regex was only used to detect numeric-looking strings that deserializer needs to quote (serde-saphyr itself does not need this, done for compatibility with other YAML readers).
  • Comment position can now be changed between right from the item the comment describes (default), or above the item it describes. Some teams have rules that comments must be above the items they describe, while numerous short comments look better in-line on the right.
  • Direct instantiation of parameter structures is not yet fully disabled, but since this release, such code emits deprecation warnings. We need to migrate to macros because adding any field to the public structure is formally a breaking change unless it is #[non_exhaustive], but then it cannot be instantiated, listing fields at all. Use options! { key: value, key2: value2 } macro. After the 1.0.0 release, we still want to keep adding new options without a "major release".

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 20, 2026

PR author is not in the allowed authors list.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants