From 881f970f52c0ca6ac5c649a9786b276546cb61c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:20:27 +0000 Subject: [PATCH] Update ed25519-dalek requirement from 1.0.0-pre.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/compare/1.0.0-pre.1...1.0.1) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ee5635..5e0b7c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ byteorder = "1.3" clear_on_drop = "0.2" digest = "0.9" doc-comment = "0.3" -ed25519-dalek = { version = "1.0.0-pre.1" } +ed25519-dalek = { version = "2.0.0" } rand = "0.7" # I'm using my own fork of ring because I'm waiting on this PR to go through: # https://github.com/briansmith/ring/pull/788