fix(deps): update rust crate validator to 0.20

This commit is contained in:
Renovate Bot
2025-10-02 06:56:19 +00:00
parent 37799184bf
commit 53fd774a3f
2 changed files with 44 additions and 51 deletions

View File

@@ -42,7 +42,7 @@ sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "time
argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"}
#argon2-creds = { version="*", path = "../../argon2-creds/" }
config = "0.15"
validator = { version = "0.15", features = ["derive"]}
validator = { version = "0.20", features = ["derive"]}
derive_builder = "0.20"
derive_more = "0.99"