Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps serde-saphyr from 0.0.12 to 0.0.14.

Release notes

Sourced from serde-saphyr's releases.

0.0.14 Zmij and YAML floats

  • ryu was replaced by zmij that may be up to 3.5x faster. Some YAML documents like scientific measurements or robot calibrations are mostly lots of floating point numbers so would likely benefit (#46).
  • Serialized floats are now official YAML floats, both 1.1 and 1.2, for example 3.0e+18 and not 3e+18 or 3e18. Some parsers (such as PyYAML, go-yaml, and Psych) do not see 3e18 as a number.
  • fixed bug in long string folding (#48)
  • fixed bug in serialization of vector immediately followed by map (#47)

0.0.13 - building more bridges

This release aims to make serde-saphyr more interoperable with other crates in the Rust ecosystem.

  • Next to existing garde integration, it also supports validator, and snippets can optionally be rendered with miette (while retaining native snippet support).

  • Serializer and Deserializer are now public (due to how it's implemented, Deserializer is available in the closure only).

  • Main binary executable adapted for validation and should work well in this capacity: it now prints exceprts showing YAML problems, also returns non zero error code for invalid YAML (0 for valid).

Commits
  • 4add01e Increment version to 0.0.14
  • 116c7b9 Improve number formatting.
  • 86c5687 Improve number formatting.
  • c63da93 Some cleanup and optimization of the "zmij" format fix.
  • e731c07 Some cleanup and optimization of the "zmij" format fix.
  • 30e031b Fix serialization of tiny and large floats (#49)
  • 117f389 Updated test count.
  • 8e6d9b4 Added #[cold] and #[inline(never)] to error handling functions
  • 6c8a7c0 Long string test cleanup
  • ca03aca Improving folded block write: ensure round trip for two or more spaces also w...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [serde-saphyr](https://github.com/bourumir-wyngs/serde-saphyr) from 0.0.12 to 0.0.14.
- [Release notes](https://github.com/bourumir-wyngs/serde-saphyr/releases)
- [Commits](bourumir-wyngs/serde-saphyr@0.0.12...0.0.14)

---
updated-dependencies:
- dependency-name: serde-saphyr
  dependency-version: 0.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 13, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2026

Looks like serde-saphyr is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 13, 2026
@dependabot dependabot bot deleted the dependabot/cargo/serde-saphyr-0.0.14 branch January 13, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants