🐛 Use of the zxcvbn::Score
enum
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user