From ed9148e54457df3e5382b2ffeca65f2c1151e11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 00:44:36 +0000 Subject: [PATCH] chore(deps): update ed25519-dalek requirement from 2 to 3 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/3.0.0/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-version: 3.0.0 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 c12feae..c158c53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ axum = { version = "0.8", features = ["macros"] } http = "1" bytes = "1" async-trait = "0.1" -ed25519-dalek = "2" +ed25519-dalek = "3" rand = "0.10" chrono = "0.4" tokio-stream = "0.1"