Skip to content

Comments

chore(deps): bump serde-saphyr from 0.0.18 to 0.0.20#61

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/serde-saphyr-0.0.20
Open

chore(deps): bump serde-saphyr from 0.0.18 to 0.0.20#61
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/serde-saphyr-0.0.20

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps serde-saphyr from 0.0.18 to 0.0.20.

Release notes

Sourced from serde-saphyr's releases.

0.0.20 Maintenance release - coverage

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.

  • Fixed parsing of numeric values with the !!str tag into weakly typed structures such as serde_json::Value.
  • Fixed Spanned to work correctly with serde flatten, untagged, and internally/adjacently tagged representations without errors. Location information is preserved when possible; otherwise, it is set to unknown. Tests were updated accordingly.
  • Code coverage is now tracked automatically (codecov badge added). There are also Mac and Windows tests now as well that might catch subtle cases relevant to line endings.

0.0.19 Maintenance release

  • "garde", "validator", "figment", "miette", "robotics" are removed from default features again and must be explicitly enabled. These features were briefly made default between 0.0.17 and 0.0.18 inclusive. Features have no effect on the code that does not use them.

If you depend on these features, they can be easily enabled by listing them (ideally only the ones you need) in Cargo.toml:

[features]
default = ["garde", "validator", "figment", "miette", "robotics"]
Commits
  • 370b365 Cleanup, fixed many clippy warnings.
  • 4361a84 Additional "low hanging" coverage tests
  • 456a847 Simplifying some dead code in spanned_deser.rs
  • fdeda08 Simplifying some dead code in ser.rs
  • f29a023 More tests
  • 7d7561d Hardening tests
  • 2e7a9d3 Fixed anchor equality
  • b7b896c Fixed Spanned\<T> to work with serde flatten, untagged, and tag without erro...
  • 678fc19 More tests
  • 562e3ee More coverage tests
  • 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 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.18 to 0.0.20.
- [Release notes](https://github.com/bourumir-wyngs/serde-saphyr/releases)
- [Commits](bourumir-wyngs/serde-saphyr@0.0.18...0.0.20)

---
updated-dependencies:
- dependency-name: serde-saphyr
  dependency-version: 0.0.20
  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 Feb 23, 2026
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