Skip to content

Commit d2a4011

Browse files
chore(deps): update blowfish requirement from 0.4 to 0.5
1 parent 42e89b1 commit d2a4011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bcrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
radix64 = "0.6"
12-
blowfish = { version = "0.4", features = ["bcrypt"] }
12+
blowfish = { version = "0.5", features = ["bcrypt"] }
1313
byteorder = "1"
1414
napi-rs = { version = "0.3" }
1515
napi-rs-derive = { version = "0.2" }

0 commit comments

Comments
 (0)