Skip to content

Commit 8d41794

Browse files
chore(deps): update rust crate bcrypt to 0.17 (#967)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4545fa6 commit 8d41794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.dependencies]
66
argon2 = { version = "0.5", features = ["rand"] }
77
base64 = { version = "0.22" }
8-
bcrypt = "0.16"
8+
bcrypt = "0.17"
99
blowfish = { version = "0.9", features = ["bcrypt"] }
1010
crc32c = { version = "0.6" }
1111
crc32fast = { version = "1.4", features = ["nightly"] }

0 commit comments

Comments
 (0)