Skip to content

chore(deps): bump the ecc group with 2 updates#11082

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ecc-f31ec78953
Open

chore(deps): bump the ecc group with 2 updates#11082
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ecc-f31ec78953

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the ecc group with 2 updates: zcash_protocol and zcash_note_encryption.

Updates zcash_protocol from 0.10.0 to 0.10.1

Release notes

Sourced from zcash_protocol's releases.

zcash_proofs-0.12.1: zcash_proofs release version 0.12.1

[0.12.1] - 2023-06-28

Changed

  • Replaced internal directories dependency which now transitively depends on MPL-licensed code.

crates.io releases

This project does not use Github Releases to manage its released artifacts; it is a monorepo-style cargo workspace, and the individual crates produced from the code in this repository are versioned and released to https://crates.io independently. Use the links below to find the latest releases:

Zcash core protocol crates:

Crates for wallet & application developers:

  • zcash_address: encoding for zcash address & key types
  • zcash_keys: key & address generation
  • zcash_client_backend: an opinionated API for building zcash wallets & other clients
  • zcash_client_sqlite: a SQLite-based data storage layer for zcash_client_backend
  • pczt: partially-constructed zcash transactions: a library for incrementally building zcash transactions (hardware wallets & multiparty transaction construction)
  • f4jumble: a low-level library used in the encoding of ZIP 316 addresses & viewing keys
  • zip321: library for the construction of ZIP 321 payment requests
Commits
  • 033a0a9 Release zcash_protocol version 0.10.1
  • 3a10e7f Merge pull request #2373 from Zk-nd3r/fix/pczt-partial-signature-length
  • 3a3d5d9 fix(zcash_transparent): reject oversized PCZT partial_signatures
  • a51227d Merge pull request #2739 from zcash/refactor/commit-output-struct
  • 90aca23 Merge pull request #2740 from zcash/agents-changelog
  • c3a0281 AGENTS: never modify CHANGELOG entries of published versions
  • 7837593 zcash_pool_migration_backend: return a struct from the commit pass
  • 4b4e263 Merge pull request #2737 from zcash/dependabot/github_actions/taiki-e/install...
  • beec9b5 Merge pull request #2716 from zcash/schell/note-locking
  • 68603fa Merge pull request #2735 from zcash/fix/ironwood-rewind-empty-tree-tolerance
  • Additional commits viewable in compare view

Updates zcash_note_encryption from 0.4.1 to 0.4.2

Release notes

Sourced from zcash_note_encryption's releases.

zcash_proofs-0.12.1: zcash_proofs release version 0.12.1

[0.12.1] - 2023-06-28

Changed

  • Replaced internal directories dependency which now transitively depends on MPL-licensed code.

crates.io releases

This project does not use Github Releases to manage its released artifacts; it is a monorepo-style cargo workspace, and the individual crates produced from the code in this repository are versioned and released to https://crates.io independently. Use the links below to find the latest releases:

Zcash core protocol crates:

Crates for wallet & application developers:

  • zcash_address: encoding for zcash address & key types
  • zcash_keys: key & address generation
  • zcash_client_backend: an opinionated API for building zcash wallets & other clients
  • zcash_client_sqlite: a SQLite-based data storage layer for zcash_client_backend
  • pczt: partially-constructed zcash transactions: a library for incrementally building zcash transactions (hardware wallets & multiparty transaction construction)
  • f4jumble: a low-level library used in the encoding of ZIP 316 addresses & viewing keys
  • zip321: library for the construction of ZIP 321 payment requests
Commits
  • b04cf09 zcash_protocol 0.4.2
  • 97aab07 zcash_protocol: Only require alloc instead of std
  • 80b3d89 Merge pull request #1650 from zcash/pczt-verifier
  • f97f6fa pczt: Add a Verifier role
  • 205d4c9 Merge pull request #1649 from zcash/orchard_pczt_skip_dummies
  • 702acff Do not add key derivation metadata for dummy spends.
  • 1e274c8 Merge pull request #1648 from nuttycom/backport/v_tx_outputs_migration_fix
  • c2ebc05 zcash_client_sqlite: Fix incorrect column names in v_tx_outputs view.
  • 3a678bb Merge pull request #1646 from zcash/backport-account-uuid-migration-bugfix
  • 8188436 Merge branch 'main' into backport-account-uuid-migration-bugfix
  • 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 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

Bumps the ecc group with 2 updates: [zcash_protocol](https://github.com/zcash/librustzcash) and [zcash_note_encryption](https://github.com/zcash/librustzcash).


Updates `zcash_protocol` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_keys-0.10.0...zcash_protocol-0.10.1)

Updates `zcash_note_encryption` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_keys-0.4.1...zcash_protocol-0.4.2)

---
updated-dependencies:
- dependency-name: zcash_protocol
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ecc
- dependency-name: zcash_note_encryption
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ecc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code C-exclude-from-changelog Category: The PR should be excluded from the changelog and release notes P-Low ❄️ labels Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code C-exclude-from-changelog Category: The PR should be excluded from the changelog and release notes P-Low ❄️

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants