Skip to content

Commit 473d956

Browse files
renovate[bot]Brooooooklyn
authored andcommitted
fix(deps): update rust crate bcrypt to 0.15
1 parent 0fb7172 commit 473d956

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
base64 = { version = "0.21" }
12-
bcrypt = "0.14"
12+
bcrypt = "0.15"
1313
blowfish = { version = "0.9", features = ["bcrypt"] }
1414
getrandom = "0.2"
1515
global_alloc = { path = "../../crates/alloc" }

0 commit comments

Comments
 (0)