Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps keyvalues-parser from 0.2.1 to 0.2.2.

Release notes

Sourced from keyvalues-parser's releases.

keyvalues-serde 0.2.2

Just a handful of features and bugfixes

Feature

  • Expose functions for deserializing with "raw" strings that don't interpret escaped characters (#79)

Fix

  • Allow maps where we normally expect structs when serializing (#81)
  • Support unit-variant enums as map keys (#67)

Documentation

  • Copy licenses into each crate (#75)

Dependencies

  • Drop thiserror for a manual implementation (#56)

keyvalues-parser 0.2.2

Version 0.2.2 | 2025-12-08

Feat

  • Add limited Deserialize impls for Obj and Value [(#101)]
    • Limited because VDF doesn't act as a fully self-describing format, so things may fail to deserialize for seemingly benign reasons. Use at your own risk

Docs

  • Add a crates.io badge to the README [(#103)]

Internal

  • Cleanup generated parser code [(#99)] [(#107)]
  • Prune some test/benchmark assets [(#105)]

[(#99)]: CosmicHorrorDev/vdf-rs#99 [(#101)]: CosmicHorrorDev/vdf-rs#101 [(#103)]: CosmicHorrorDev/vdf-rs#103 [(#105)]: CosmicHorrorDev/vdf-rs#105 [(#107)]: CosmicHorrorDev/vdf-rs#107

Commits
  • 186d7d2 release: Update keyvalues-serde version to 0.2.2
  • 0bdfa7f fix(serde): Allow for maps where we normally see structs
  • 88bb55e ci: Overhaul CI
  • d620c39 Expose raw VDF parsing as from_str_raw
  • 5ccc379 chore(deps): bump codecov/codecov-action from 4 to 5
  • e2907ca docs: Copy licenses into crates
  • 4cfae08 chore: Lower Cargo.toml msrv
  • 77949a8 refactor(test): Remove errant utils test binary
  • e435c30 refactor(test): Group parser integration tests together
  • 3702af6 refactor(test): inline fuzzer regression 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 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 [keyvalues-parser](https://github.com/CosmicHorrorDev/vdf-rs) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/CosmicHorrorDev/vdf-rs/releases)
- [Commits](CosmicHorrorDev/vdf-rs@serde-v0.2.1...serde-v0.2.2)

---
updated-dependencies:
- dependency-name: keyvalues-parser
  dependency-version: 0.2.2
  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 Dec 15, 2025
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