chore(wasm-utxo): bump zebra-chain 7→10, drop proc-macro-error2#297
Merged
Conversation
- Update zebra-chain dev-dependency 7.0 → 10.0; also updates orchard, zcash_primitives, zcash_transparent and other transitive Zcash crates - Update getset 0.1.6 → 0.1.7, which drops proc-macro-error2 entirely, resolving RUSTSEC-2026-0173 without needing an advisory ignore - Remove the [advisories] ignore block from deny.toml (no unmaintained advisories remain in the tree) - Wire up Nu6_2 in the parity-test mappings now that zebra-chain 10.0 includes it; simplify to_zebra_upgrade to return non-Option and remove all 'not in pinned zebra-chain (T1-3519)' workarounds Refs: T1-3598
davidkaplanbitgo
approved these changes
Jun 17, 2026
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.
Bump
zebra-chaindev-dependency from 7.0 → 10.0 to fix thecargo denyCI failure (RUSTSEC-2026-0173:proc-macro-error2unmaintained).Changes
Cargo.toml:zebra-chain7.0 → 10.0 (dev-dependency only — used in Zcash parity tests)Cargo.lock: resolvesorchard0.14.0,zcash_primitives0.28.0,zcash_transparent0.8.0,getset0.1.7 (which dropsproc-macro-error2entirely)deny.toml: remove the[advisories]ignore block — no unmaintained advisories remainsrc/zcash/mod.rs:Nu6_2is now in zebra-chain 10.0, so wire it up fully in both mapping functions; simplifyto_zebra_upgradeto return non-Option; remove all "not in pinned zebra-chain (T1-3519)" workarounds and the standalonetest_nu6_2_constantsguard test — parity tests now cover Nu6_2 directlyRefs: T1-3598