From ef28ff6c61bfe8ac4fb23dc26ba648062b0c4994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:06:34 +0000 Subject: [PATCH] Update libcrux-ecdsa requirement from 0.0.3-alpha.1 to 0.0.6 Updates the requirements on [libcrux-ecdsa](https://github.com/cryspen/libcrux) to permit the latest version. - [Release notes](https://github.com/cryspen/libcrux/releases) - [Changelog](https://github.com/cryspen/libcrux/blob/main/CHANGELOG.md) - [Commits](https://github.com/cryspen/libcrux/compare/libcrux-ecdsa-v0.0.3-alpha.1...libcrux-psq-v0.0.6) --- updated-dependencies: - dependency-name: libcrux-ecdsa dependency-version: 0.0.6 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 c528e03..714ca40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ libcrux-hkdf = { version = "0.0.3-alpha.1" } libcrux-chacha20poly1305 = { version = "0.0.2" } libcrux-rsa = { version = "0.0.2" } libcrux-ed25519 = { version = "0.0.3-alpha.1" } -libcrux-ecdsa = { version = "0.0.3-alpha.1", features = ["rand"] } +libcrux-ecdsa = { version = "0.0.6", features = ["rand"] } hax-lib = { version = "0.3" } [features]