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 prod group with 8 updates #8424

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the prod group with 8 updates:

Package From To
serde 1.0.197 1.0.198
thiserror 1.0.58 1.0.59
thread-priority 0.16.0 1.0.0
serde_json 1.0.115 1.0.116
zcash_primitives 0.13.0-rc.1 0.15.0
zcash_client_backend 0.10.0-rc.4 0.12.1
zcash_proofs 0.13.0-rc.1 0.15.0
syn 2.0.59 2.0.60

Updates serde from 1.0.197 to 1.0.198

Release notes

Sourced from serde's releases.

v1.0.198

Commits
  • c4fb923 Release 1.0.198
  • 65b7eea Merge pull request #2729 from dtolnay/saturating
  • 01cd696 Integrate Saturating<T> deserialization into impl_deserialize_num macro
  • c13b3f7 Format PR 2709
  • a6571ee Merge pull request #2709 from jbethune/master
  • 6e38aff Revert "Temporarily disable miri on doctests"
  • 3d1b19e Implement Ser+De for Saturating\<T>
  • 5b24f88 Resolve legacy_numeric_constants clippy lints
  • 74d0670 Explicitly install a Rust toolchain for cargo-outdated job
  • 3bfab6e Temporarily disable miri on doctests
  • Additional commits viewable in compare view

Updates thiserror from 1.0.58 to 1.0.59

Release notes

Sourced from thiserror's releases.

1.0.59

  • Unblock testing of rustc debug-fmt-detail option (#297)
Commits
  • e7ad85e Release 1.0.59
  • af477ec Merge pull request #297 from dtolnay/traitident
  • f3fbd99 Implement ToTokens without reliance on {:?}
  • 508ece8 Revert "Temporarily disable miri on doctests"
  • c8c804c Explicitly install a Rust toolchain for cargo-outdated job
  • 6969595 Merge pull request #293 from dtolnay/workspacewrapper
  • 488d52f Apply RUSTC_WORKSPACE_WRAPPER
  • ba33438 Temporarily disable miri on doctests
  • See full diff in compare view

Updates thread-priority from 0.16.0 to 1.0.0

Commits

Updates serde_json from 1.0.115 to 1.0.116

Release notes

Sourced from serde_json's releases.

v1.0.116

Commits
  • a3f62bb Release 1.0.116
  • 12c8ee0 Hide "non-exhaustive patterns" errors when crate fails to compile
  • 051ce97 Merge pull request 1124 from mleonhard/master
  • 25dc750 Replace features_check mod with a call to std::compile_error!. Fixes htt...
  • 2e15e3d Revert "Temporarily disable miri on doctests"
  • 0baba28 Resolve legacy_numeric_constants clippy lints
  • See full diff in compare view

Updates zcash_primitives from 0.13.0-rc.1 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_client_backend from 0.10.0-rc.4 to 0.12.1

Commits
  • 1cb33c8 zcash_client_backend release version 0.12.1
  • d431889 zcash_client_sqlite: Fix incorrect input selection filtering when sending to ...
  • a58355f zcash_client_backend: Add a failing test for note selection error.
  • 0d80f3c Merge pull request #1331 from zcash/release-zcash_client_sqlite-0.10.2
  • bea4097 zcash_client_sqlite 0.10.2
  • 9195019 Merge pull request #1328 from zcash/1326-zcs-fix-query
  • 5462f84 zcash_client_sqlite: Fix column name in UTXO query
  • 020305f zcash_client_sqlite: Add tests that hit zcash/librustzcash#1326.
  • 3ccc14f Merge pull request #1321 from zcash/fix_sent_note_recipient_constraint
  • da3869a Release zcash_client_sqlite 0.10.1
  • Additional commits viewable in compare view

Updates zcash_proofs from 0.13.0-rc.1 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

Updates syn from 2.0.59 to 2.0.60

Release notes

Sourced from syn's releases.

2.0.60

  • Improve how None-delimited groups are counted by peek (#1625)
Commits
  • 7029b22 Release 2.0.60
  • e978b98 Remove html_root_url & syn.json reminder from Cargo.toml
  • 48f99b0 Merge pull request #1625 from dtolnay/peek
  • 4b18c15 Improve how None-delimited groups are counted by peek
  • 9f00b23 Merge pull request #1624 from dtolnay/peektest
  • 990300a Add more extensive tests for ParseStream::peek
  • 1431bd6 Update None-delimited group notation to use «∅ ∅»
  • 54a1643 Fix empty-set symbol in comments
  • 7307d29 Merge pull request #1623 from dtolnay/arrays
  • 68d1cd9 Take advantage of the IntoIterator for [T; N]
  • 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

@dependabot dependabot bot requested a review from a team as a code owner April 22, 2024 15:39
@dependabot dependabot bot added A-dependencies Area: Dependency file updates A-rust Area: Updates to Rust code labels Apr 22, 2024
@dependabot dependabot bot requested a review from a team as a code owner April 22, 2024 15:39
@dependabot dependabot bot added C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG P-Low ❄️ labels Apr 22, 2024
@dependabot dependabot bot requested a review from a team as a code owner April 22, 2024 15:39
@dependabot dependabot bot requested review from arya2 and upbqdn and removed request for a team April 22, 2024 15:39
@mpguerra mpguerra linked an issue Apr 22, 2024 that may be closed by this pull request
Bumps the prod group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.198` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.59` |
| [thread-priority](https://github.com/iddm/thread-priority) | `0.16.0` | `1.0.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.115` | `1.0.116` |
| [zcash_primitives](https://github.com/zcash/librustzcash) | `0.13.0-rc.1` | `0.15.0` |
| [zcash_client_backend](https://github.com/zcash/librustzcash) | `0.10.0-rc.4` | `0.12.1` |
| [zcash_proofs](https://github.com/zcash/librustzcash) | `0.13.0-rc.1` | `0.15.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.59` | `2.0.60` |


Updates `serde` from 1.0.197 to 1.0.198
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.198)

Updates `thiserror` from 1.0.58 to 1.0.59
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.58...1.0.59)

Updates `thread-priority` from 0.16.0 to 1.0.0
- [Commits](https://github.com/iddm/thread-priority/commits)

Updates `serde_json` from 1.0.115 to 1.0.116
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.115...v1.0.116)

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

Updates `zcash_client_backend` from 0.10.0-rc.4 to 0.12.1
- [Release notes](https://github.com/zcash/librustzcash/releases)
- [Commits](zcash/librustzcash@zcash_client_backend-0.10.0-rc.4...zcash_client_backend-0.12.1)

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

Updates `syn` from 2.0.59 to 2.0.60
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.59...2.0.60)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: thread-priority
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: zcash_primitives
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: zcash_client_backend
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: zcash_proofs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
...

Signed-off-by: dependabot[bot] <support@github.com>
@oxarbitrage
Copy link
Contributor

Replaced by #8423 where we bump the non-ECC dependencies.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/prod-edbaf1e7cd branch April 24, 2024 11:49
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
Status: Done
Development

Successfully merging this pull request may close these issues.

Projects that rely on BOSL exceptions should say that they do
2 participants