Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2026

Bumps the ecc group with 4 updates: zcash_address, zcash_primitives, zcash_proofs and zcash_transparent.

Updates zcash_address from 0.10.0 to 0.10.1

Release notes

Sourced from zcash_address'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

Updates zcash_primitives from 0.26.0 to 0.26.1

Release notes

Sourced from zcash_primitives'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

Updates zcash_proofs from 0.26.0 to 0.26.1

Release notes

Sourced from zcash_proofs'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.
Commits

Updates zcash_transparent from 0.6.0 to 0.6.1

Release notes

Sourced from zcash_transparent'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
  • bb71ab6 zcash_transparent 0.6.1
  • 4c220c2 CI: Install C build dependencies for wasm32-wasi
  • 9bdd55e CI: Install C build dependencies for thumbv7em-none-eabihf
  • 1b9a8f1 Migrate to published zcash_script 0.4.2
  • 070a533 Merge tag 'zcash_transparent-0.6.0' into zip48
  • 52c8f24 zcash_transparent: Add pczt::Bip32Derivation::extract_zip_48_fields
  • 6f693ef zcash_transparent: Implement ZIP 48
  • fd6ab4e zcash_transparent: Add TransparentAddress::to_zcash_address
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4 updates: [zcash_address](https://github.com/zcash/librustzcash), [zcash_primitives](https://github.com/zcash/librustzcash), [zcash_proofs](https://github.com/zcash/librustzcash) and [zcash_transparent](https://github.com/zcash/librustzcash).


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

Updates `zcash_primitives` from 0.26.0 to 0.26.1
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_primitives-0.26.0...zcash_primitives-0.26.1)

Updates `zcash_proofs` from 0.26.0 to 0.26.1
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_proofs-0.26.0...zcash_proofs-0.26.1)

Updates `zcash_transparent` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_transparent-0.6.0...zcash_transparent-0.6.1)

---
updated-dependencies:
- dependency-name: zcash_address
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ecc
- dependency-name: zcash_primitives
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ecc
- dependency-name: zcash_proofs
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ecc
- dependency-name: zcash_transparent
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ecc
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2026

Labels

The following labels could not be found: A-dependencies, A-rust, C-exclude-from-changelog, P-Low :snowflake:. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

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.

1 participant