Update curve25519-dalek requirement from 2.0.0 to 3.0.0 (#1753)

* 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>

* *: Add CHANGELOG and Cargo.toml entries

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Inden <mail@max-inden.de>
Co-authored-by: Roman Borschel <romanb@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-09-15 10:53:14 +02:00 committed by GitHub
parent 36d33f1eaa
commit 84f9b70763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
# Version 0.28.2 [unreleased]
- Update `libp2p-gossipsub`.
- Update `libp2p-gossipsub` and `libp2p-noise`.
# Version 0.28.1 [2020-09-10]

View File

@ -1,6 +1,6 @@
# 0.24.1 [unreleased]
- Update `sha2` dependency.
- Update dependencies.
# 0.24.0 [2020-09-09]

View File

@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
bytes = "0.5"
curve25519-dalek = "2.0.0"
curve25519-dalek = "3.0.0"
futures = "0.3.1"
lazy_static = "1.2"
libp2p-core = { version = "0.22.0", path = "../../core" }