From b5bae468ef53b8ab525ee72bc3d2cd54c4340abc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:41:54 +0000 Subject: [PATCH] fix(deps): 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 724bad8..e239a11 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.20.0", features = ["derive"] } [[example]] name = "json-validation"