1 Commits

Author SHA1 Message Date
f9c5e649f7 Update Rust crate zxcvbn to v3
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
2025-04-23 06:03:20 +00:00

View File

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