Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps the go_modules group with 2 updates in the /prover directory: github.com/consensys/gnark and golang.org/x/crypto.

Updates github.com/consensys/gnark from 0.12.1-0.20250501002417-facdd9882b80 to 0.14.0

Release notes

Sourced from github.com/consensys/gnark's releases.

v0.14.0

What's Changed

New Contributors

Full Changelog: Consensys/gnark@v0.13.0...v0.14.0

v0.13.0

What's Changed

... (truncated)

Commits

Updates github.com/consensys/gnark-crypto from 0.17.1-0.20251006135912-abd34dcc6005 to 0.19.0

Release notes

Sourced from github.com/consensys/gnark-crypto's releases.

v0.19.0

What's Changed

New Contributors

Full Changelog: Consensys/gnark-crypto@v0.18.0...v0.19.0

v0.18.2

Full Changelog: Consensys/gnark-crypto@v0.18.1...v0.18.2

v0.18.1

Full Changelog: Consensys/gnark-crypto@v0.18.0...v0.18.1

v0.18.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from github.com/consensys/gnark-crypto's changelog.

[v0.19.0] - 2025-08-22

CI

  • update linter for the "push to master" flow (#728)
  • Upgrade linter (#726)

Feat

  • Subgroup membership testing on Bandersnatch (#708)

Feat

  • set default size for state (#700)

Fix

  • refactor asm code generation to avoid use of R15 with global memory accesses (#712)
  • MerkleDamgardHasher.Sum (#699)
  • MerkleDamgardHasher IV (#701)
  • fixes #697 (#698)

Perf

  • Doubling and mixed doubling in Jacobians and ext. Jacobians (#716)
  • optimize Eisenstein arithmetic (#706)
  • small scalarmul (#703)
  • Legendre symbol calculation using Pornin20 (#704)

Refector

  • Add feed-forward step to CompressPoseidon2 function (#721)

[v0.18.1] - 2025-10-28

Docs

  • add CHANGELOG for 0.18.1

Perf

  • limit memory allocation during Vector deserialization (#759)

[v0.18.0] - 2025-06-09

Build

  • deps: bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#677)

Chore

  • remove unused benchmark script (#675)

Docs

  • replace outdated link to article (#690)

Experiment

  • vortex on koalabear (#645)

... (truncated)

Commits

Updates golang.org/x/crypto from 0.42.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Updates prover dependencies, notably github.com/consensys/gnark to v0.14.0, github.com/consensys/gnark-crypto to v0.19.0, golang.org/x/crypto to v0.45.0, plus several other library bumps via go.mod/go.sum.

  • Dependencies (prover/go.mod, prover/go.sum):
    • Major bumps:
      • github.com/consensys/gnark → v0.14.0
      • github.com/consensys/gnark-crypto → v0.19.0
      • golang.org/x/crypto → v0.45.0
    • Other direct updates:
      • github.com/bits-and-blooms/bitset → v1.24.0
      • github.com/fxamacker/cbor/v2 → v2.9.0
      • github.com/rs/zerolog → v1.34.0
      • golang.org/x/net → v0.47.0, golang.org/x/sync → v0.18.0
    • Indirect/tooling updates:
      • github.com/google/pprof (indirect), github.com/mattn/go-colorable, github.com/ronanh/intcomp, golang.org/x/text, golang.org/x/sys, golang.org/x/exp, and others.
    • Removes or supersedes some indirect entries; no source code changes.

Written by Cursor Bugbot for commit 6cd525f. This will update automatically on new commits. Configure here.

Bumps the go_modules group with 2 updates in the /prover directory: [github.com/consensys/gnark](https://github.com/consensys/gnark) and [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `github.com/consensys/gnark` from 0.12.1-0.20250501002417-facdd9882b80 to 0.14.0
- [Release notes](https://github.com/consensys/gnark/releases)
- [Changelog](https://github.com/Consensys/gnark/blob/master/CHANGELOG.md)
- [Commits](https://github.com/consensys/gnark/commits/v0.14.0)

Updates `github.com/consensys/gnark-crypto` from 0.17.1-0.20251006135912-abd34dcc6005 to 0.19.0
- [Release notes](https://github.com/consensys/gnark-crypto/releases)
- [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/consensys/gnark-crypto/commits/v0.19.0)

Updates `golang.org/x/crypto` from 0.42.0 to 0.45.0
- [Commits](golang/crypto@v0.42.0...v0.45.0)

---
updated-dependencies:
- dependency-name: github.com/consensys/gnark
  dependency-version: 0.14.0
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/consensys/gnark-crypto
  dependency-version: 0.19.0
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 20, 2025
@cla-assistant
Copy link

cla-assistant bot commented Nov 20, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@cla-assistant
Copy link

cla-assistant bot commented Nov 20, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot bot requested a deployment to docker-build-and-e2e November 20, 2025 03:03 Waiting
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant