Skip to content

chore: bump group from 0.13.0 to 0.14.0#3545

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/group-0.14.0
Closed

chore: bump group from 0.13.0 to 0.14.0#3545
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/group-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps group from 0.13.0 to 0.14.0.

Changelog

Sourced from group's changelog.

[0.14.0] - 2026-06-01

Added

  • group::CurveAffine, an affine-representation trait that the curve-specific affine traits are now built on top of.
  • group::Group::mul_by_generator, with a default implementation. Implementors can override it to take advantage of precomputed tables.
  • group::Group::try_random<R: TryRng + ?Sized>(rng: &mut R) -> Result<Self, R::Error>, a new trait method that must be implemented by downstreams. It samples a non-identity group element using a fallible RNG and propagates the RNG's error.

Changed

  • MSRV is now 1.85.0.
  • Bumped dependencies to ff 0.14, rand_core 0.10.
  • group::Group::random(rng: impl RngCore) -> Self has been changed to Group::random<R: Rng + ?Sized>(rng: &mut R) -> Self, to enable passing a trait object as the RNG. It now has a default implementation in terms of Group::try_random.
  • The curve-related traits have been refactored around the new CurveAffine trait:
    • group::Curve::AffineRepr has been renamed to Curve::Affine.
    • All of the trait methods and associated types on the following traits have been removed (use group::Curve::Affine or the group::CurveAffine trait instead; trait implementors must implement group::CurveAffine instead using the same logic):
      • group::cofactor::CofactorCurve
      • group::cofactor::CofactorCurveAffine
      • group::prime::PrimeCurve
      • group::prime::PrimeCurveAffine
    • group::cofactor::CofactorCurveAffine and group::prime::PrimeCurveAffine now have blanket implementations for all types C: group::CurveAffine where C::Curve implements CofactorCurve or PrimeCurve respectively.
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 [group](https://github.com/zkcrypto/group) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/zkcrypto/group/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zkcrypto/group/commits/0.14.0)

---
updated-dependencies:
- dependency-name: group
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jun 11, 2026
@gilcu3

gilcu3 commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

cannot upgrade this yet

@gilcu3 gilcu3 closed this Jun 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 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/main/group-0.14.0 branch June 12, 2026 05:44
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