Skip to content

chore: update dependencies - #1803

Merged
gbotrel merged 1 commit into
masterfrom
chore/deps
Aug 10, 2026
Merged

chore: update dependencies#1803
gbotrel merged 1 commit into
masterfrom
chore/deps

Conversation

@gbotrel

@gbotrel gbotrel commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Update go.mod dependencies.


Note

Medium Risk
gnark-crypto is on the critical path for curves, fields, and proving backends; a minor release can change crypto behavior even without local code edits, so CI and proof/solidity checks matter.

Overview
Bumps go.mod / go.sum only—no application source changes.

The notable update is github.com/consensys/gnark-crypto from a v0.20.2 pre-release to v0.21.0. Other direct bumps include golang.org/x/crypto (0.52.00.54.0), golang.org/x/sync (0.20.00.22.0), github.com/bits-and-blooms/bitset, github.com/fxamacker/cbor/v2, github.com/google/pprof, and github.com/rs/zerolog, plus refreshed indirect golang.org/x/tools, golang.org/x/mod, golang.org/x/sys, and related logging/CLI pins.

Reviewed by Cursor Bugbot for commit ddc70ab. Bugbot is set up for automated code reviews on this repo. Configure here.

Copilot AI lite review requested due to automatic review settings August 10, 2026 15:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates this module’s Go dependencies via go.mod / go.sum only (no package source changes), primarily to pull in newer versions of gnark’s crypto/prover-critical libraries.

Changes:

  • Bump github.com/consensys/gnark-crypto to v0.21.0 (from a pre-release pseudo-version).
  • Refresh several direct deps (e.g., golang.org/x/crypto, golang.org/x/sync, github.com/rs/zerolog, github.com/fxamacker/cbor/v2, github.com/google/pprof).
  • Update indirect tooling/runtime deps (golang.org/x/{mod,sys,telemetry,tools}, etc.) with corresponding go.sum checksum updates.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Bumps direct and indirect module versions (notably gnark-crypto), keeping module requirements current.
go.sum Updates module checksums to match the new dependency graph after the version bumps.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@gbotrel
gbotrel merged commit 48e4e4b into master Aug 10, 2026
16 checks passed
@gbotrel
gbotrel deleted the chore/deps branch August 10, 2026 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants