From 26aa3e34a5017ca998b127990b99768589357272 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Thu, 2 Jul 2026 16:45:31 +0000 Subject: [PATCH] Update Rust crate ecdsa to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d72c1e8..007223a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ lettre = "0.11.15" rand = { version = "0.10.0", features = ["std"] } reqwest = "0.13.0" binrw = "0.15.1" -ecdsa = { version = "0.16.9", features = ["pem", "std", "verifying"] } +ecdsa = { version = "0.17.0", features = ["pem", "std", "verifying"] } sha256 = "1.6.0" p256 = "0.13.2" k256 = "0.13.4"