Skip to content

Build(deps): bump vsss-rs from 5.4.0 to 6.0.1 - #958

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/vsss-rs-6.0.1
Closed

Build(deps): bump vsss-rs from 5.4.0 to 6.0.1#958
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/vsss-rs-6.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps vsss-rs from 5.4.0 to 6.0.1.

Changelog

Sourced from vsss-rs's changelog.

Changelog

6.0.0 - 2026-07-30

  • Added iterator-based APIs alongside the existing slice-based methods for Shamir, Feldman, Pedersen, and share-set workflows.
  • Added an optional stream feature for asynchronous participant-identifier splitting and exact-count share combination.
  • Added shorter API aliases for common split, combine, polynomial, verifier, and share-set operations while keeping the older method names available.
  • Added in-place helpers for polynomial evaluation and share combining to support lower-allocation no_std use cases.
  • Added BoxedUint share element support when bigint and alloc/std are enabled.
  • Split curve-backed APIs behind the curve and curve-serde features so GF(16)/GF(256)-only users can build with a much smaller normal dependency tree.
  • Split random participant identifier generation behind random-participant-ids.
  • Replaced the num meta-crate dependency with narrower num-bigint and num-traits dependencies.
  • Updated CI coverage, documentation, and release checks for minimal feature combinations.
Commits

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 [vsss-rs](https://github.com/mikelodder7/vsss-rs) from 5.4.0 to 6.0.1.
- [Changelog](https://github.com/mikelodder7/vsss-rs/blob/main/CHANGELOG.md)
- [Commits](mikelodder7/vsss-rs@v5.4.0...v6.0.1)

---
updated-dependencies:
- dependency-name: vsss-rs
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 9, 2026
@kwsantiago

Copy link
Copy Markdown
Contributor

Not viable yet. vsss-rs 6.x requires elliptic-curve 0.14, but the oprf feature reaches elliptic-curve 0.13 via voprf 0.5 -> k256 0.13, so this puts two majors in the tree and k256::Scalar stops satisfying vsss_rs::elliptic_curve::PrimeField. Verified with cargo check -p keep-core --features oprf.

Adopting 6.x needs k256 0.14, which needs voprf >= 0.6, and voprf has only published 0.6.0-pre.1. A pre-release crate does not belong in the LUKS unlock path.

#960 adds a dependabot ignore for vsss-rs majors with the reasoning recorded, so this stops being reopened weekly. Revisit when voprf 0.6 is stable and upgrade k256, voprf, and vsss-rs together.

@kwsantiago kwsantiago closed this Aug 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/vsss-rs-6.0.1 branch August 13, 2026 19:31
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