mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
fix(deps): update rust crate validator to 0.20
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user