Update Rust crate bcrypt to 0.15.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-26 00:24:52 +00:00
parent 0341b2e01a
commit 3233e73485
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ mailchecker = "6.0.1"
redis = "0.25.0"
lettre = "0.11.4"
rand = "0.8.5"
bcrypt = "0.15.0"
bcrypt = "0.15.1"
light-openid = "1.0.1"
thiserror = "1.0.58"
serde_with = "3.6.1"