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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-02 19:14:02 +00:00 committed by Deirdre Connolly
parent 545469b961
commit 86bf80a88c
1 changed files with 1 additions and 1 deletions

View File

@ -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"