Skip to content

Commit 3b43bd6

Browse files
authored
bcrypt-pbkdf: bump blowfish to v0.10 (#887)
1 parent 8f703a9 commit 3b43bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bcrypt-pbkdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2024"
1414
rust-version = "1.85"
1515

1616
[dependencies]
17-
blowfish = { version = "0.10.0-rc.3", features = ["bcrypt"] }
17+
blowfish = { version = "0.10", features = ["bcrypt"] }
1818
pbkdf2 = { version = "0.13.0-rc.10", default-features = false }
1919
sha2 = { version = "0.11", default-features = false }
2020

0 commit comments

Comments
 (0)