diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e51e123..fcdba9cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/protocols/noise/CHANGELOG.md b/protocols/noise/CHANGELOG.md index 6f2e5021..10971e27 100644 --- a/protocols/noise/CHANGELOG.md +++ b/protocols/noise/CHANGELOG.md @@ -1,6 +1,6 @@ # 0.24.1 [unreleased] -- Update `sha2` dependency. +- Update dependencies. # 0.24.0 [2020-09-09] diff --git a/protocols/noise/Cargo.toml b/protocols/noise/Cargo.toml index e91b8ede..8be5995d 100644 --- a/protocols/noise/Cargo.toml +++ b/protocols/noise/Cargo.toml @@ -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" }