Skip to content

chore(deps): bump serde-saphyr from 0.0.18 to 0.0.21#63

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps serde-saphyr from 0.0.18 to 0.0.21.

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
  • b52f8d9 Small documentation improvement.
  • 595a9e0 Small documentation improvement.
  • 2f0df48 Small documentation improvement.
  • 57814bf Big formatting (only)
  • 56d0a16 Version number increment. Fix clippy warnings.
  • a316e83 README styling
  • bea5808 Temporarily configure semver check to allow adding fields to public structs, ...
  • 5508dab Preliminary implementation of #86 and round trip tests we still produce valid...
  • d7c6f1f Preliminary implementation
  • 86eb4d4 Added compact_list_indent, does nothing so far
  • 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.21.
- [Release notes](https://github.com/bourumir-wyngs/serde-saphyr/releases)
- [Commits](bourumir-wyngs/serde-saphyr@0.0.18...0.0.21)

---
updated-dependencies:
- dependency-name: serde-saphyr
  dependency-version: 0.0.21
  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 Mar 2, 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