1 Commits

Author SHA1 Message Date
212c1ef2b0 Update Rust crate zxcvbn to v3
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/audit unknown status
2025-05-03 00:01:55 +00:00

View File

@@ -31,7 +31,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