Merge pull request 'fix(deps): update rust crate validator to 0.20' (#37) from renovate/validator-0.x into woodpecker-pipeline

Reviewed-on: https://git.batsense.net/mCaptcha/mCaptcha/pulls/37
This commit is contained in:
Aravinth Manivannan
2025-10-02 12:35:37 +05:30
2 changed files with 43 additions and 50 deletions

View File

@@ -42,7 +42,7 @@ sqlx = { version = "0.8", 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"