mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
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:
parent
36d33f1eaa
commit
84f9b70763
@ -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]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 0.24.1 [unreleased]
|
||||
|
||||
- Update `sha2` dependency.
|
||||
- Update dependencies.
|
||||
|
||||
# 0.24.0 [2020-09-09]
|
||||
|
||||
|
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user