1 Commits

Author SHA1 Message Date
154b6d5227 Update Rust crate validator to 0.20.0
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/audit unknown status
2025-05-03 00:01:48 +00:00

View File

@@ -27,7 +27,7 @@ tokio-stream = "0.1.15"
base64 = "0.22.0" base64 = "0.22.0"
const_format = "0.2.32" const_format = "0.2.32"
rand = "0.8.5" rand = "0.8.5"
validator = { version = "0.17.0", features = ["derive"] } validator = { version = "0.20.0", features = ["derive"] }
# Http client # Http client
reqwest = "0.11.24" reqwest = "0.11.24"
# Password strength estimation # Password strength estimation