From 5f6b77949c006ca6d607f5bb766818a201f85eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:02:46 +0000 Subject: [PATCH] Update x25519-dalek requirement from 2.0.1 to 3.0.0 Updates the requirements on [x25519-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.1.0...3.0.0) --- updated-dependencies: - dependency-name: x25519-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 628f0d2..4eeab92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ k256 = { version = "0.13.4", default-features = false, features = [ curve25519-dalek = { version = "4.1.3", default-features = false, features = [ "precomputed-tables", ], optional = true } -x25519-dalek = { version = "2.0.1", default-features = false, features = [ +x25519-dalek = { version = "3.0.0", default-features = false, features = [ "static_secrets", ], optional = true } ed25519-dalek = { version = "2.2.0", default-features = false, optional = true } # msrv 1.81