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

This commit is contained in:
2024-11-19 00:04:23 +00:00
parent 8e55b32537
commit c57d80411c
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ mailchecker = "6.0.8"
redis = "0.27.0"
lettre = "0.11.8"
rand = "0.8.5"
bcrypt = "0.15.1"
bcrypt = "0.16.0"
light-openid = "1.0.2"
thiserror = "1.0.60"
serde_with = "3.8.1"