Skip to content

Commit 271667b

Browse files
fix(deps): update rust crate bcrypt to 0.14 (#669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f09669 commit 271667b

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
@@ -8,7 +8,7 @@ version = "0.1.0"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
bcrypt = "0.13"
11+
bcrypt = "0.14"
1212
blowfish = { version = "0.9", features = ["bcrypt"] }
1313
global_alloc = { path = "../../crates/alloc" }
1414
napi = { version = "2", default-features = false, features = ["napi3"] }

0 commit comments

Comments
 (0)