Update ed25519-zebra requirement from 3.0.0 to 4.0.0 (#393)

Updates the requirements on [ed25519-zebra](https://github.com/ZcashFoundation/ed25519-zebra) to permit the latest version.
- [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/3.0.0...4.0.0)

---
updated-dependencies:
- dependency-name: ed25519-zebra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-12 14:50:57 -03:00 committed by GitHub
parent a6886e4a3f
commit 04440a36f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ sha2 = "0.10.2"
bincode = "1"
criterion = "0.5"
ed25519-dalek = "1.0.1"
ed25519-zebra = "3.0.0"
ed25519-zebra = "4.0.0"
hex = "0.4.3"
lazy_static = "1.4"
proptest = "1.0"

View File

@ -31,7 +31,7 @@ sha2 = "0.10.2"
bincode = "1"
criterion = "0.5"
ed25519-dalek = "1.0.1"
ed25519-zebra = "3.0.0"
ed25519-zebra = "4.0.0"
hex = "0.4.3"
lazy_static = "1.4"
proptest = "1.0"

View File

@ -27,7 +27,7 @@ sha2 = "0.10.2"
bincode = "1"
criterion = { version = "0.5", features = ["html_reports"] }
ed25519-dalek = "1.0.1"
ed25519-zebra = "3.0.0"
ed25519-zebra = "4.0.0"
lazy_static = "1.4"
proptest = "1.0"
proptest-derive = "0.3"

View File

@ -30,7 +30,7 @@ sha2 = "0.10.2"
bincode = "1"
criterion = "0.5"
ed25519-dalek = "1.0.1"
ed25519-zebra = "3.0.0"
ed25519-zebra = "4.0.0"
hex = "0.4.3"
lazy_static = "1.4"
proptest = "1.0"