From 279a1cdc92780d1d5b43182b544e995e416488e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:15:59 +0000 Subject: [PATCH] Update ed25519-dalek requirement from 1.0.1 to 2.0.0 Updates the requirements on [ed25519-dalek](https://github.com/dalek-cryptography/ed25519-dalek) to permit the latest version. - [Changelog](https://github.com/dalek-cryptography/ed25519-dalek/blob/main/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/ed25519-dalek/commits) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frost-ed25519/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frost-ed25519/Cargo.toml b/frost-ed25519/Cargo.toml index 672f73d3..711c2df6 100644 --- a/frost-ed25519/Cargo.toml +++ b/frost-ed25519/Cargo.toml @@ -30,7 +30,7 @@ sha2 = "0.10.2" [dev-dependencies] criterion = "0.5" frost-rerandomized = { path = "../frost-rerandomized", version = "0.6.0", features = ["test-impl"] } -ed25519-dalek = "1.0.1" +ed25519-dalek = "2.0.0" hex = "0.4.3" lazy_static = "1.4" proptest = "1.0"