build(deps): bump the crypto group with 1 update (#7550)

Bumps the crypto group with 1 update: [ed25519-zebra](https://github.com/ZcashFoundation/ed25519-zebra).

- [Release notes](https://github.com/ZcashFoundation/ed25519-zebra/releases)
- [Changelog](https://github.com/ZcashFoundation/ed25519-zebra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ZcashFoundation/ed25519-zebra/compare/4.0.2...4.0.3)

---
updated-dependencies:
- dependency-name: ed25519-zebra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crypto
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
dependabot[bot] 2023-09-14 18:07:54 +00:00 committed by GitHub
parent 3e9f9d2d34
commit c2764c8c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1241,9 +1241,9 @@ dependencies = [
[[package]]
name = "ed25519-zebra"
version = "4.0.2"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e83e509bcd060ca4b54b72bde5bb306cb2088cb01e14797ebae90a24f70f5f7"
checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9"
dependencies = [
"curve25519-dalek",
"ed25519",

View File

@ -38,7 +38,7 @@ color-eyre = "0.6.2"
# Enable a feature that makes tinyvec compile much faster.
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
ed25519-zebra = "4.0.1"
ed25519-zebra = "4.0.3"
rand = "0.8.5"
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }

View File

@ -106,7 +106,7 @@ itertools = "0.11.0"
rayon = "1.7.0"
# ZF deps
ed25519-zebra = "4.0.1"
ed25519-zebra = "4.0.3"
redjubjub = "0.7.0"
reddsa = "0.5.1"