Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the ecc group with 2 updates #9193

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

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

Updates zcash_address from 0.6.0 to 0.6.2

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
  • fb163a3 zcash_address 0.6.2
  • d660a77 f4jumble 0.1.1
  • 412ff5b f4jumble: Add alloc feature flag
  • 5c37140 Update cargo vet after publishing zcash_address 0.6.1
  • 61cf34a zcash_address 0.6.1
  • cf05139 Migrate to bech32 0.11
  • b61652e zcash_address: Remove serde implementation for ZcashAddress
  • 2defe78 zcash_address: Only require alloc instead of std
  • 554e4e5 Merge pull request #1654 from zcash/pczt-user-address
  • 3d1e322 pczt: Add output field for storing the user-facing address
  • Additional commits viewable in compare view

Updates zcash_protocol from 0.4.0 to 0.4.3

Commits
  • a5bfc5e Release zcash_protocol version 0.4.3
  • 0e3c35e Merge pull request #1662 from zcash/zcash_keys-prepare_no_std
  • b06868e Update supply chain audit metadata.
  • 1d8ba3d zcash_keys: Prepare for no_std usage.
  • c04a71e Merge pull request #1660 from zcash/zcash_transparent-no-std-fix
  • 831f898 zcash_transparent: Add AccountPubKey::derive_pubkey_at_bip32_path
  • 7bff034 zcash_transparent: Fix its dependencies to work with no-std
  • efd8176 Merge pull request #1659 from zcash/zcash_transparent_no_std
  • 24833e7 Merge pull request #1657 from zcash/zcash_transparent
  • b5b1225 Implement no_std support for zcash_transparent
  • 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 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 2 updates: [zcash_address](https://github.com/zcash/librustzcash) and [zcash_protocol](https://github.com/zcash/librustzcash).


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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2025 16:26
@dependabot dependabot bot added A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG P-Low ❄️ labels Feb 1, 2025
@dependabot dependabot bot requested review from oxarbitrage and removed request for a team February 1, 2025 16:26
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-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG P-Low ❄️
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants