Skip to content

Update p3-goldilocks requirement from 0.5 to 0.6#108

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/p3-goldilocks-0.6
Open

Update p3-goldilocks requirement from 0.5 to 0.6#108
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/p3-goldilocks-0.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on p3-goldilocks to permit the latest version.

Changelog

Sourced from p3-goldilocks's changelog.

Changelog

All notable changes to this project will be documented in this file.

[0.3.0] - 2025-06-04

Merged PRs

  • Test: add testing in util library (#432) (François Garillot)
  • Poseidon2 AIR (#435) (Daniel Lubarov)
  • Remove some unused dependencies (#441) (Hamish Ivey-Law)
  • Adding custom AVX2 implementations for x^3, x^5 and x^7 for Monty31Fields (#437) (AngusG)
  • Coset LDE based on row-oriented DFT (#440) (Hamish Ivey-Law)
  • From_base_fn (#452) (Daniel Lubarov)
  • Profiling profile (#454) (Daniel Lubarov)
  • Prover folder view (#455) (Eli Riggs)
  • Fix: two_adic_generator doc comment (#447) (Zach Langley)
  • Parallelize scaling rows in the middle of the LDE (#457) (Daniel Lubarov)
  • Remove the old bit_reversed_zero_pad function (#458) (Daniel Lubarov)
  • Trivial ordering changes (#463) (Daniel Lubarov)
  • De-dup itertools versions (#460) (Hamish Ivey-Law)
  • Remove vector allocations in hash_iter() implementations (#459) (Hamish Ivey-Law)
  • Vectorized Poseidon2 AIR (#465) (Daniel Lubarov)
  • Tweaks (#467) (Daniel Lubarov)
  • Use jemalloc in poseidon2-air examples (#468) (Daniel Lubarov)
  • Slightly generalize Merkle tree (#471) (Daniel Lubarov)
  • Update tikv-jemallocator requirement from 0.5 to 0.6 (#472) (dependabot[bot])
  • Split FRI proof objects & logic (#464) (Daniel Lubarov)
  • Fill in constraints for Poseidon2 AIR (#473) (Daniel Lubarov)
  • Integrate Jaqui's vectorized keccak (#469) (Daniel Lubarov)
  • Goldilocks Improvements (#446) (albertog78)
  • Div_ceil is now stabilised so we no longer need our own version in utils. (#478) (AngusG)
  • Somehow the base M31 and Goldilocks fields were missing repr(transparent). (#480) (AngusG)
  • Add a zero_vec method in Field (#481) (Daniel Lubarov)
  • Small tweaks to prover constraint folder (#483) (Daniel Lubarov)
  • Precompute powers of alpha to speed up constraint folding (#487) (Daniel Lubarov)
  • Trivial tweaks (#489) (Daniel Lubarov)
  • Fix overflow in SerializingChallenger64 (#486) (Daniel Lubarov)
  • Have BinomialExtensionField override zero_vec (#488) (Daniel Lubarov)
  • Cubic mul no vec (#490) (Eli Riggs)
  • More explicit inlining (#493) (Daniel Lubarov)
  • Vectorize columnwise_dot_product (#495) (Eli Riggs)
  • Fixing main (#497) (AngusG)
  • Minor Nightly Features clean up (#499) (AngusG)
  • Implement zero_vec for packed fields (#500) (Daniel Lubarov)
  • Enable AVX2 and AVX-512 implementations of Keccak (#501) (Jacqueline Nabaglo)
  • Minor Changes to make Clippy happy (#504) (AngusG)
  • Add M31 and BabyBear examples for prove Poseidon2 (#502) (AngusG)
  • Precompute twiddles etc in Radix2DitParallel (#505) (Daniel Lubarov)
  • SSE2 implementation of Keccak (#503) (Jacqueline Nabaglo)
  • Update hashbrown requirement from 0.14.3 to 0.15.0 (#508) (dependabot[bot])
  • Some Mathematical Improvements to CFFT code (#506) (AngusG)

... (truncated)

Commits
  • c5c6b17 chore: release v0.6.1 (#1826)
  • 4ce24d9 ci: update release-plz workflow
  • 36c9d1a perf(m31): widening NEON MACs for the mixed base×extension dot-product kernel...
  • e43e514 perf(circle): flatten the fused CFFT pass driver (#1819)
  • 2adfbd3 chore: add CODEOWNERS (#1824)
  • c128ecf perf(m31): eliminate allocation churn in QM31 column conversions and the lamb...
  • 7a42a2d perf(uni-stark): reuse per-thread buffers in quotient_values (#1815)
  • 9fe9c43 cleanup(m31): drop redundant Distribution bound on PackedQM31 sampler (#1820)
  • f75a968 perf(circle): alpha-reduce the trace-size subdomain prefix and lift the colum...
  • 05cc5ac perf(m31): use the degree-4 extension field for Mersenne31 Circle proofs (#...
  • Additional commits viewable in compare view

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)

Updates the requirements on [p3-goldilocks](https://github.com/Plonky3/Plonky3) to permit the latest version.
- [Release notes](https://github.com/Plonky3/Plonky3/releases)
- [Changelog](https://github.com/Plonky3/Plonky3/blob/main/CHANGELOG.md)
- [Commits](Plonky3/Plonky3@v0.5.0...p3-goldilocks-v0.6.1)

---
updated-dependencies:
- dependency-name: p3-goldilocks
  dependency-version: 0.6.1
  dependency-type: direct:production
...

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 15, 2026
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.

0 participants