From 40ff9bc8b2155e3d3876a46e979e7b4a432039ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:15:11 +0000 Subject: [PATCH] fix(deps): update rust crate validator to 0.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 724bad8..2f5aaa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" rocket = { version = "0.5.0", default-features = false, features = [ "json", ] } -validator = { version = "0.18.0", features = ["derive"] } +validator = { version = "0.21.0", features = ["derive"] } [[example]] name = "json-validation"