Skip to content

chore(deps): bump serde-saphyr from 0.0.23 to 0.0.24#67

Merged
mufeedali merged 1 commit into
mainfrom
dependabot/cargo/serde-saphyr-0.0.24
Apr 21, 2026
Merged

chore(deps): bump serde-saphyr from 0.0.23 to 0.0.24#67
mufeedali merged 1 commit into
mainfrom
dependabot/cargo/serde-saphyr-0.0.24

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps serde-saphyr from 0.0.23 to 0.0.24.

Release notes

Sourced from serde-saphyr's releases.

0.0.24 - remove heavy regex crate

  • 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".
Commits
  • a9126c3 Add codeql flow
  • 51a97ff Improve quoting without regexp (#99)
  • 87663de Fix macro import in test
  • 812122f Emphasize macro in options.rs
  • d3edc7c Add clippy to CI workflow
  • 146b560 Fixed fuzz clippy warnings
  • 297be7e Remove regex as runtime dependency. (#98)
  • 85e5a0e Disabled miri test that requires filesystem
  • 0802d27 Bump annotate-snippets from 0.12.14 to 0.12.15 (#97)
  • ccbb004 Formatting (no functional code changes)
  • 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.23 to 0.0.24.
- [Release notes](https://github.com/bourumir-wyngs/serde-saphyr/releases)
- [Commits](bourumir-wyngs/serde-saphyr@0.0.23...0.0.24)

---
updated-dependencies:
- dependency-name: serde-saphyr
  dependency-version: 0.0.24
  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 Apr 20, 2026
@mufeedali mufeedali merged commit 37e985f into main Apr 21, 2026
2 checks passed
@mufeedali mufeedali deleted the dependabot/cargo/serde-saphyr-0.0.24 branch April 21, 2026 04:57
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.

1 participant