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 7 updates #7221

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps the ecc group with 7 updates:

Package Update
incrementalmerkletree 0.3.1 to 0.4.0
orchard 0.4.0 to 0.5.0
zcash_note_encryption 0.3.0 to 0.4.0
zcash_primitives 0.11.0 to 0.12.0
zcash_address 0.2.1 to 0.3.0
zcash_script 0.1.12 to 0.1.13
zcash_proofs 0.11.0 to 0.12.1

Updates incrementalmerkletree from 0.3.1 to 0.4.0

Commits
  • 4c79a7d Release incrementalmerkletree-v0.4.0 and bridgetree-v0.3.0
  • 66cf091 Merge branch 'release-bridgetree-v0.2.1' into HEAD
  • b2077aa Merge pull request #76 from nuttycom/narrow_hashable_constraint
  • a1dec49 Release of bridgetree v0.2.1
  • 87007ec Remove the Debug bound from Hashable
  • 69c9690 Merge pull request #74 from nuttycom/docfix
  • 2f65d48 Update shardtree/src/lib.rs
  • 51c3997 Fix incorrect documentation and cargo doc issues.
  • 62f0c90 Merge pull request #73 from nuttycom/frontier_witness
  • beb6ead Merge pull request #72 from nuttycom/no_initial_checkpoint
  • Additional commits viewable in compare view

Updates orchard from 0.4.0 to 0.5.0

Changelog

Sourced from orchard's changelog.

[0.5.0] - 2023-06-06

Changed

  • Migrated to zcash_note_encryption 0.4, incrementalmerkletree 0.4, bridgetree 0.3. bridgetree is now exclusively a test dependency.
Commits
  • ca55cad orchard release version 0.5.0
  • e9f556e Merge pull request #396 from zcash/simplify_parse_note_plaintext_ovk_args
  • 2a4f27c Update zcash_note_encryption to remove unused arguments from parse_note_pla...
  • 729def6 Merge pull request #394 from zcash/note-encryption-avoid-redundant-checks
  • 11b6858 Merge pull request #395 from nuttycom/update_bridgetree
  • f4a785a Merge pull request #393 from daira/book-notecommit-missing-paren
  • 6cf6f15 Update the incrementalmerkletree and bridgetree patch versions.
  • 90e64cb Remove redundant checks during note encryption
  • a38bc53 [book] Add a missing right parenthesis. fixes #392
  • 3619b86 Merge pull request #373 from nuttycom/update_incrementalmerkletree
  • Additional commits viewable in compare view

Updates zcash_note_encryption from 0.3.0 to 0.4.0

Release notes

Sourced from zcash_note_encryption's releases.

Zcash crates 0.4.0

  • zcash_primitives 0.4.0
  • zcash_proofs 0.4.0
  • zcash_client_backend 0.4.0
  • zcash_client_sqlite 0.2.0
Commits
  • 80adb54 Release zcash_note_encryption version 0.4.0
  • de771b7 Merge pull request #852 from nuttycom/wallet/sapling_cleanup
  • 92d08b8 Move zcash_client_sqlite Sapling wallet functionality to a dedicated module.
  • ebcfae9 Update the data access API in preparation for shardtree introduction.
  • 59eef51 Merge pull request #851 from zcash/simplify_parse_note_plaintext_ovk_args
  • 36d7222 Merge pull request #844 from zcash/temporary-zcashd-parse-sapling
  • fe3d026 Add comments detailing the checks required prior to calling `check_note_valid...
  • 696a9be Update zcash_primitives to reflect argument changes to `parse_note_plaintex...
  • be89e81 Remove esk and ephemeral_key arguments from `parse_note_plaintext_without...
  • 3ae9002 Merge pull request #848 from zcash/note-encryption-avoid-redundant-checks
  • Additional commits viewable in compare view

Updates zcash_primitives from 0.11.0 to 0.12.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
  • f9cacc5 Release zcash_primitives 0.12.0
  • 60ac107 Release zcash_address version 0.3.0
  • 75e529e Upgrade to bs58 0.5
  • 3dd0c63 Update to incrementalmerkletree 0.4, orchard 0.5
  • b0ca7ff Merge remote-tracking branch 'upstream/main' into release/primitives_0.12-etc
  • d2c5818 Merge pull request #853 from nuttycom/doc/zip321_errors
  • 80adb54 Release zcash_note_encryption version 0.4.0
  • 0b126a1 Clarify Zip321Error::TooManyPayments documentation.
  • bca951b doc-only: Document ZIP 321 error variants.
  • de771b7 Merge pull request #852 from nuttycom/wallet/sapling_cleanup
  • Additional commits viewable in compare view

Updates zcash_address from 0.2.1 to 0.3.0

Release notes

Sourced from zcash_address's releases.

Zcash crates 0.3.0

  • zcash_primitives 0.3.0
  • zcash_proofs 0.3.0
  • zcash_client_backend 0.3.0
  • zcash_client_sqlite 0.1.0
Commits
  • 60ac107 Release zcash_address version 0.3.0
  • 75e529e Upgrade to bs58 0.5
  • 3dd0c63 Update to incrementalmerkletree 0.4, orchard 0.5
  • b0ca7ff Merge remote-tracking branch 'upstream/main' into release/primitives_0.12-etc
  • d2c5818 Merge pull request #853 from nuttycom/doc/zip321_errors
  • 80adb54 Release zcash_note_encryption version 0.4.0
  • 0b126a1 Clarify Zip321Error::TooManyPayments documentation.
  • bca951b doc-only: Document ZIP 321 error variants.
  • de771b7 Merge pull request #852 from nuttycom/wallet/sapling_cleanup
  • 92d08b8 Move zcash_client_sqlite Sapling wallet functionality to a dedicated module.
  • Additional commits viewable in compare view

Updates zcash_script from 0.1.12 to 0.1.13

Changelog

Sourced from zcash_script's changelog.

[0.1.13] - 2023-07-05

[0.1.13] - 2023-06-29

Changed

  • Update depend/zcash to version 5.6.1 which includes updated dependencies
  • Update other dependencies to match Zebra
Commits
  • 9dd8e9a chore: Release zcash_script version 0.1.13
  • cf0628a add missing .c files from secp256k1
  • 9722817 add test-dependencies features to ecc deps
  • 64ce8f7 Fix build
  • 94b0194 add tl_expected.hpp
  • 6d186ed Updates Changelog
  • 59fadda updates Cargo.toml
  • 719fbbe rm depends/zcash/Cargo.toml
  • 76b6013 Merge commit '1e0846c93aafe574527cee5c941538c23be4a413' as 'depend/zcash'
  • 1e0846c Squashed 'depend/zcash/' content from commit 00c2a2434
  • Additional commits viewable in compare view

Updates zcash_proofs from 0.11.0 to 0.12.1

Commits
  • 6f4d68f zcash_proofs 0.12.1
  • 3de60c7 Replace directories dependency with home, known-folders, xdg
  • fa67d9a Merge pull request #841 from zcash/dependabot/github_actions/codecov/codecov-...
  • 5e7eea7 Merge pull request #863 from nuttycom/add_orchard_to_transaction_builder
  • 7fe02f0 Remove needless bound on FeeRule from builder Error type.
  • 1b4017e Apply suggestions from code review
  • 95abfe5 Improve documentation for `zcash_primitives::transaction::builder::Error::Orc...
  • 4fbdd64 Add Orchard support to zcash_primitives::transaction::builder::Builder
  • dce8676 Remove impls of {PartialEq, Eq} for `zcash_primitives::transaction::builder...
  • 06a7849 Merge pull request #859 from nathan-at-least/rustsec-2022-0090-fix
  • 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

Bumps the ecc group with 7 updates:

| Package | Update |
| --- | --- |
| [incrementalmerkletree](https://github.com/zcash/incrementalmerkletree) | 0.3.1 to 0.4.0 |
| [orchard](https://github.com/zcash/orchard) | 0.4.0 to 0.5.0 |
| [zcash_note_encryption](https://github.com/zcash/librustzcash) | 0.3.0 to 0.4.0 |
| [zcash_primitives](https://github.com/zcash/librustzcash) | 0.11.0 to 0.12.0 |
| [zcash_address](https://github.com/zcash/librustzcash) | 0.2.1 to 0.3.0 |
| [zcash_script](https://github.com/ZcashFoundation/zcash_script) | 0.1.12 to 0.1.13 |
| [zcash_proofs](https://github.com/zcash/librustzcash) | 0.11.0 to 0.12.1 |


Updates `incrementalmerkletree` from 0.3.1 to 0.4.0
- [Commits](zcash/incrementalmerkletree@incrementalmerkletree-v0.3.1...incrementalmerkletree-v0.4.0)

Updates `orchard` from 0.4.0 to 0.5.0
- [Changelog](https://github.com/zcash/orchard/blob/main/CHANGELOG.md)
- [Commits](zcash/orchard@0.4.0...0.5.0)

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

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

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

Updates `zcash_script` from 0.1.12 to 0.1.13
- [Release notes](https://github.com/ZcashFoundation/zcash_script/releases)
- [Changelog](https://github.com/ZcashFoundation/zcash_script/blob/master/CHANGELOG.md)
- [Commits](ZcashFoundation/zcash_script@v0.1.12...v0.1.13)

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

---
updated-dependencies:
- dependency-name: incrementalmerkletree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: orchard
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_note_encryption
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_primitives
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_address
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ecc
- dependency-name: zcash_script
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 review from a team as code owners July 17, 2023 15:37
@dependabot dependabot bot requested review from dconnolly and upbqdn and removed request for a team July 17, 2023 15:37
@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 Jul 17, 2023
@teor2345
Copy link
Collaborator

Same as PR #7053

@teor2345 teor2345 closed this Jul 17, 2023
@dependabot dependabot bot deleted the dependabot/cargo/ecc-512a891564 branch July 17, 2023 19:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant