From 668449478131c44838d46cb0176bc23ba542cb58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 04:43:54 +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 79e77c7..dc6e299 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tracing-log = "0.2.0" tracing-subscriber = { version = "0.3.18", features = ["registry", "env-filter"] } unicode-segmentation = "1.11.0" uuid = { version = "1.8.0", features = ["v4", "serde"] } -validator = "0.19.0" +validator = "0.20.0" [dependencies.sqlx] default-features = false