From 318223a3909b4ddec40eac8f4d051df574903eda Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 29 May 2025 12:56:14 -0600 Subject: [PATCH] cipher v0.5.0-rc.0 --- Cargo.lock | 2 +- cipher/Cargo.toml | 2 +- crypto/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fd7c8814..8153f1333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cipher" -version = "0.5.0-pre.8" +version = "0.5.0-rc.0" dependencies = [ "blobby", "crypto-common", diff --git a/cipher/Cargo.toml b/cipher/Cargo.toml index c8b2b0325..393703371 100644 --- a/cipher/Cargo.toml +++ b/cipher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipher" -version = "0.5.0-pre.8" +version = "0.5.0-rc.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85" diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index b183cb171..9cb27697a 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -17,7 +17,7 @@ crypto-common = { version = "0.2.0-rc.3", path = "../crypto-common", default-fea # optional dependencies aead = { version = "0.6.0-rc.0", path = "../aead", optional = true } -cipher = { version = "0.5.0-pre.7", path = "../cipher", optional = true } +cipher = { version = "0.5.0-rc.0", path = "../cipher", optional = true } digest = { version = "0.11.0-rc.0", path = "../digest", optional = true, features = ["mac"] } elliptic-curve = { version = "0.14.0-rc.2", path = "../elliptic-curve", optional = true } password-hash = { version = "0.6.0-rc.0", path = "../password-hash", optional = true }