Skip to content

Commit

Permalink
chore(deps): update rust crate bcrypt to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 976b1d8 commit 445f118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
[workspace.dependencies]
argon2 = { version = "0.5", features = ["rand"] }
base64 = { version = "0.22" }
bcrypt = "0.15"
bcrypt = "0.16"
blowfish = { version = "0.9", features = ["bcrypt"] }
crc32c = { version = "0.6" }
crc32fast = { version = "1.4", features = ["nightly"] }
Expand Down

0 comments on commit 445f118

Please sign in to comment.