We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdc01f commit f32a3e9Copy full SHA for f32a3e9
1 file changed
Cargo.toml
@@ -14,7 +14,7 @@ resolver = "2"
14
argon2 = { version = "=0.6.0-rc.8", default-features = false, features = ["alloc", "getrandom", "zeroize"] }
15
base64 = { version = "0.22" }
16
bcrypt = "0.19"
17
-blowfish = { version = "0.9", features = ["bcrypt"] }
+blowfish = { version = "0.10", features = ["bcrypt"] }
18
crc32c = { version = "0.6" }
19
crc32fast = { version = "1.4", features = ["nightly"] }
20
global_alloc = { path = "./crates/alloc" }
0 commit comments