From 63c9c84eac93c522b0d88c0cd3b2502691ac3817 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 15 Apr 2026 13:20:15 -0600 Subject: [PATCH] ecdsa: bump `spki` to v0.8 Release PR: RustCrypto/formats#2277 --- ecdsa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml index b6d49cc4..d693c534 100644 --- a/ecdsa/Cargo.toml +++ b/ecdsa/Cargo.toml @@ -27,7 +27,7 @@ digest = { version = "0.11", optional = true, default-features = false, features rfc6979 = { version = "0.5.0-rc.5", optional = true } serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] } sha2 = { version = "0.11", optional = true, default-features = false, features = ["oid"] } -spki = { version = "0.8.0-rc.4", optional = true, default-features = false } +spki = { version = "0.8", optional = true, default-features = false } [dev-dependencies] elliptic-curve = { version = "0.14.0-rc.30", default-features = false, features = ["dev"] }