From 3a18d924197b2dd5defb01538d0601ff1f64ac82 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 14 Jul 2025 00:01:51 +0000 Subject: [PATCH] Update Rust crate validator to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b4b75c..d08af83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tokio-stream = "0.1.15" base64 = "0.22.0" const_format = "0.2.32" rand = "0.9.1" -validator = { version = "0.17.0", features = ["derive"] } +validator = { version = "0.20.0", features = ["derive"] } # Http client reqwest = "0.12.0" # Password strength estimation