From 2dbc945559faca23eb29780699ad31d6e063956a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:00:16 +0000 Subject: [PATCH] Update ed25519-dalek requirement from 1.0.1 to 2.1.1 Updates the requirements on [ed25519-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/2.1.1/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/1.0.1...2.1.1) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8be5b65..1299218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ aes-gcm = "0.10.1" serde_json = "1.0.68" hex = "0.4.3" bincode = "1.3.3" -ed25519-dalek = "1.0.1" +ed25519-dalek = "2.1.1" tracing = "0.1.31" tracing-subscriber = "0.3.9" futures = "0.3.21"