Update Rust crate bcrypt to 0.17.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-08-19 00:26:30 +00:00
parent a0c82ccca2
commit 1a0bf0caee
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ mailchecker = "6.0.17"
redis = "0.32.4"
lettre = "0.11.17"
rand = "0.9.2"
bcrypt = "0.17.0"
bcrypt = "0.17.1"
light-openid = "1.0.4"
thiserror = "2.0.12"
serde_with = "3.14.0"