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 ec6d659 commit 2339940Copy full SHA for 2339940
1 file changed
Cargo.toml
@@ -11,7 +11,7 @@ members = [
11
resolver = "2"
12
13
[workspace.dependencies]
14
-argon2 = { version = "=0.6.0-rc.7", default-features = false, features = ["alloc", "getrandom", "zeroize"] }
+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"] }
0 commit comments