chore: bump semaphore-rs family to 0.6.0 - #988
Open
Dzejkop wants to merge 1 commit into
Open
Conversation
Dzejkop
force-pushed
the
chore/bump-semaphore-rs-0.6.0
branch
from
September 8, 2026 20:43
afc32cd to
1fbd80b
Compare
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.
Bumps the semaphore-rs family to 0.6.0, including vendored proving keys.
Note
Medium Risk
Upgrades the semaphore Merkle-tree and Groth16 dependency chain to arkworks 0.6 without accompanying code changes, so correctness depends on compatibility testing and artifact alignment.
Overview
Bumps the workspace
semaphore-rs-hasher,semaphore-rs-trees, andsemaphore-rs-storagedependencies from 0.5.0 to 0.6.0, withCargo.lockupdated to match.The new
semaphore-rsrelease pulls in the arkworks 0.6 stack (Groth16, BN254, relations, etc.) viasemaphore-rs-ark-circom, replacing the older 0.4.x ark graph that 0.5.0 used. The lockfile also picks up assorted transitive churn (e.g.itertools 0.14.0,getrandom 0.2.17onsemaphore-rs-trees,toml 1.0.6for uniffi, and pruning of unused older ark/hashbrown entries).There are no Rust source changes in this diff—only manifest and lockfile updates. Reviewers should confirm tests and any runtime ZK/semaphore artifacts still align with 0.6.0 (including proving keys if those were updated separately, as noted in the PR description).
Reviewed by Cursor Bugbot for commit 1fbd80b. Bugbot is set up for automated code reviews on this repo. Configure here.