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 c741b76 commit a529a0bCopy full SHA for a529a0b
packages/bcrypt/Cargo.toml
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
9
10
[dependencies]
11
radix64 = "0.6"
12
-blowfish = { version = "0.5", features = ["bcrypt"] }
+blowfish = { version = "0.6", features = ["bcrypt"] }
13
byteorder = "1"
14
napi = { version = "0.4"}
15
napi-derive = { version = "0.4.2" }
0 commit comments