From a39b93d6044237e37223c1c0dbd7c6a0b74aea96 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 15 Apr 2026 13:23:50 -0600 Subject: [PATCH] ecdsa: bump `spki` to v0.8 (#1303) 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 b6d49cc..d693c53 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"] }