Update Rust crate validator to 0.20.0
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/audit unknown status

This commit is contained in:
2025-07-15 06:07:16 +00:00
parent e88ad47af9
commit 3ab68ecbe5

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.9.1" rand = "0.9.1"
validator = { version = "0.17.0", features = ["derive"] } validator = { version = "0.20.0", features = ["derive"] }
# Http client # Http client
reqwest = "0.12.0" reqwest = "0.12.0"
# Password strength estimation # Password strength estimation