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 }