From 2aaf71e54e0b89f304e0bf8d5e51a1ded9bcc457 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 21 Apr 2026 07:02:26 -0600 Subject: [PATCH] bcrypt-pbkdf: bump `blowfish` to v0.10 --- bcrypt-pbkdf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcrypt-pbkdf/Cargo.toml b/bcrypt-pbkdf/Cargo.toml index 98023d60..3f100632 100644 --- a/bcrypt-pbkdf/Cargo.toml +++ b/bcrypt-pbkdf/Cargo.toml @@ -14,7 +14,7 @@ edition = "2024" rust-version = "1.85" [dependencies] -blowfish = { version = "0.10.0-rc.3", features = ["bcrypt"] } +blowfish = { version = "0.10", features = ["bcrypt"] } pbkdf2 = { version = "0.13.0-rc.10", default-features = false } sha2 = { version = "0.11", default-features = false }