Skip to content

Commit

Permalink
Update ed25519-zebra requirement from 3.0.0 to 4.0.0 (#393)
Browse files Browse the repository at this point in the history
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](ZcashFoundation/ed25519-zebra@3.0.0...4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 12, 2023
1 parent a6886e4 commit 04440a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frost-ed25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion frost-p256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion frost-ristretto255/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion frost-secp256k1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 04440a3

Please sign in to comment.