🐛 Use of the zxcvbn::Score enum
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful

This commit is contained in:
2025-07-15 08:02:09 +02:00
parent 0cffafcd77
commit ff578ab849
2 changed files with 6 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ validator = { version = "0.17.0", features = ["derive"] }
# Http client
reqwest = "0.12.0"
# Password strength estimation
zxcvbn = "3.0.0"
zxcvbn = { version = "3.0.0", features = ["ser"] }
# Image processing/conversion
image = "0.25.1"
# Get the application version