We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4545fa6 commit 8d41794Copy full SHA for 8d41794
Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
5
[workspace.dependencies]
6
argon2 = { version = "0.5", features = ["rand"] }
7
base64 = { version = "0.22" }
8
- bcrypt = "0.16"
+ bcrypt = "0.17"
9
blowfish = { version = "0.9", features = ["bcrypt"] }
10
crc32c = { version = "0.6" }
11
crc32fast = { version = "1.4", features = ["nightly"] }
0 commit comments