chore: update dependencies - #1803
Merged
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
Contributor
There was a problem hiding this comment.
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-cryptotov0.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 correspondinggo.sumchecksum 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.sumonly—no application source changes.The notable update is
github.com/consensys/gnark-cryptofrom av0.20.2pre-release tov0.21.0. Other direct bumps includegolang.org/x/crypto(0.52.0→0.54.0),golang.org/x/sync(0.20.0→0.22.0),github.com/bits-and-blooms/bitset,github.com/fxamacker/cbor/v2,github.com/google/pprof, andgithub.com/rs/zerolog, plus refreshed indirectgolang.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.