Build(deps): bump vsss-rs from 5.4.0 to 6.0.1 - #958
Conversation
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>
|
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. |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps vsss-rs from 5.4.0 to 6.0.1.
Changelog
Sourced from vsss-rs's changelog.
Commits
50e4fbbspelling and doc updates78f7b82release v6.0.0dc6fe0fadd streams672ef72update README.md15af592fix outdated12d6963various cleanups before final released68c120cleanup the Cargo.toml37f2d77various API cleanup2cd0930expose more api internals7b2ef8cremove old uint5, add boxeduintDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)