From 86bf80a88c12360ecbac2cbf246de682cb7e11bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 19:14:02 +0000 Subject: [PATCH] Update curve25519-dalek requirement from 2.0.0 to 3.0.0 Updates the requirements on [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/master/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/2.0.0...3.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68ba245..aba6c60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = [ features = ["nightly"] [dependencies] -curve25519-dalek = { version = "2.0.0", features = ["serde"] } +curve25519-dalek = { version = "3.0.0", features = ["serde"] } rand_core = "0.5.1" serde = { version = "1.0", features = ["derive"] } zeroize = "1.1.0"