We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
blowfish
1 parent 8f703a9 commit 3b43bd6Copy full SHA for 3b43bd6
1 file changed
bcrypt-pbkdf/Cargo.toml
@@ -14,7 +14,7 @@ edition = "2024"
14
rust-version = "1.85"
15
16
[dependencies]
17
-blowfish = { version = "0.10.0-rc.3", features = ["bcrypt"] }
+blowfish = { version = "0.10", features = ["bcrypt"] }
18
pbkdf2 = { version = "0.13.0-rc.10", default-features = false }
19
sha2 = { version = "0.11", default-features = false }
20
0 commit comments