Skip to content

Bump sapling-crypto from 0.5.0 to 0.6.0#2222

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/sapling-crypto-0.6.0
Open

Bump sapling-crypto from 0.5.0 to 0.6.0#2222
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/cargo/sapling-crypto-0.6.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps sapling-crypto from 0.5.0 to 0.6.0.

Changelog

Sourced from sapling-crypto's changelog.

[0.6.0] - 2025-12-05

Added

  • sapling_crypto::pczt::Spend::apply_signature
  • sapling_crypto::value::BalanceError
  • impl std::error::Error for the following errors:
    • sapling_crypto::builder::Error
    • sapling_crypto::keys::DecodingError
    • sapling_crypto::pczt:
      • IoFinalizerError
      • ParseError
      • ProverError
      • SignerError
      • TxExtractorError
      • UpdaterError
      • VerifyError

Changed

  • The proptest dependency (used by the test-dependencies feature flag) is now bounded to at most 1.6 to fix version resolution problems.
  • All error enums in this crate are now #[non_exhaustive], to allow future error variants to be added without a SemVer break:
    • sapling_crypto::builder::Error
    • sapling_crypto::keys::DecodingError
    • sapling_crypto::pczt:
      • IoFinalizerError
      • ParseError
      • ProverError
      • SignerError
      • TxExtractorError
      • UpdaterError
      • VerifyError
  • sapling_crypto::pczt::SignerError has added variants:
    • InvalidExternalSignature

Removed

  • sapling_crypto::value::OverflowError (use BalanceError instead).
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies issues that have to do with dependencies rust Pull requests that update Rust code labels Mar 1, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/sapling-crypto-0.6.0 branch 2 times, most recently from 0cb57c4 to d13cdcc Compare March 11, 2026 20:46
Bumps [sapling-crypto](https://github.com/zcash/sapling-crypto) from 0.5.0 to 0.6.0.
- [Changelog](https://github.com/zcash/sapling-crypto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zcash/sapling-crypto/commits)

---
updated-dependencies:
- dependency-name: sapling-crypto
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/sapling-crypto-0.6.0 branch from d13cdcc to cc580a1 Compare March 11, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies issues that have to do with dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants