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 across 1 directory with 2 updates #8583

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 4, 2024

Bumps the ecc group with 2 updates in the / directory: zcash_primitives and zcash_proofs.

Updates zcash_primitives from 0.14.0 to 0.15.0

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.
Commits
  • 4cf8cab zcash_primitives release version 0.15.0
  • 5f042c4 zcash_protocol release version 0.1.1
  • 9c82b87 Merge pull request #1309 from nuttycom/fix/missing_block_end_checkpoints
  • 874d6b6 zcash_client_backend: Ensure checkpoint at the end of each block.
  • 2bcfa79 Merge pull request #1303 from nuttycom/fix/put_blocks_checkpoint_conflict
  • 635057d zcash_client_sqlite: Avoid attempting to re-create already-pruned checkpoints.
  • 5d3ddab zcash_client_sqlite: Add a test to attempt to simulate the checkpoint conflic...
  • f3c8b58 Minor internal variable renaming for clarity.
  • c45d3ae Merge pull request #1301 from nuttycom/fix/orchard_ua_receiver_tests
  • 6f1e4af zcash_client_sqlite: Fix tests that broke with the addition of Orchard UA rec...
  • Additional commits viewable in compare view

Updates zcash_proofs from 0.14.0 to 0.15.0

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
  • 2bda943 Release zcash_proofs version 0.15.0
  • 181e898 Merge pull request #1311 from zcash/release-zcash_primitives-0.15.0
  • 4cf8cab zcash_primitives release version 0.15.0
  • 22f90bc Merge pull request #1307 from nuttycom/fix/update_chain_tip_stable_max_scanned
  • 33edf74 Merge pull request #1300 from nuttycom/sqlite_wallet/expired_transaction_value
  • 3620314 Merge pull request #1310 from zcash/release-zcash_protocol-0.1.1
  • 5f042c4 zcash_protocol release version 0.1.1
  • e22cf68 zcash_client_sqlite: Fix birthday_in_anchor_shard tests.
  • 81954e2 zcash_client_sqlite: Fix invalid_chain_cache_disconnected tests.
  • e67a978 zcash_client_sqlite: Use account birthday subtree sizes for progress.
  • 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 in the / directory: [zcash_primitives](https://github.com/zcash/librustzcash) and [zcash_proofs](https://github.com/zcash/librustzcash).


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

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

---
updated-dependencies:
- dependency-name: zcash_primitives
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_proofs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 4, 2024 21:06
@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 Jun 4, 2024
@dependabot dependabot bot requested review from upbqdn and removed request for a team June 4, 2024 21:06
@upbqdn
Copy link
Member

upbqdn commented Jun 4, 2024

zcashd currently uses v0.14 of both deps. We'll need to wait until zcashd bumps them to 0.15 because we depend on zcashd's deps through zcash_script.

@mpguerra
Copy link
Contributor

mpguerra commented Jun 5, 2024

zcashd currently uses v0.14 of both deps. We'll need to wait until zcashd bumps them to 0.15 because we depend on zcashd's deps through zcash_script.

Is this not going to change with ZcashFoundation/zcash_script#157?

@upbqdn
Copy link
Member

upbqdn commented Jun 5, 2024

It is. I forgot about that change. That PR removes both dependencies from zcash_script, so we can do the bumps when we bump zcash_script.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 10, 2024
@dependabot dependabot bot deleted the dependabot/cargo/ecc-cebf613d86 branch June 10, 2024 15:48
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.

None yet

2 participants