From c6ef372a2f2e907dbfb9c1af02cee7a570154507 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 2 May 2026 15:11:15 -0600 Subject: [PATCH] Bump `signature` dependency to v3 Release PR: RustCrypto/traits#2400 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 968a209f..b1a047db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -928,9 +928,9 @@ dependencies = [ [[package]] name = "signature" -version = "3.0.0-rc.10" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f1880df446116126965eeec169136b2e0251dba37c6223bcc819569550edea3" +checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5" dependencies = [ "digest", "rand_core 0.10.1", diff --git a/Cargo.toml b/Cargo.toml index 3d314af8..98df0527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crypto-bigint = { version = "0.7", default-features = false, features = ["zeroiz crypto-primes = { version = "0.7", default-features = false } digest = { version = "0.11", default-features = false, features = ["alloc", "oid"] } rand_core = { version = "0.10", default-features = false } -signature = { version = "3.0.0-rc.10", default-features = false, features = ["alloc", "digest", "rand_core"] } +signature = { version = "3", default-features = false, features = ["alloc", "digest", "rand_core"] } zeroize = { version = "1.8", features = ["alloc"] } # optional dependencies