From 97bdc3063a34b03f891a9eb2c85ea007076e6773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 13:01:21 +0000 Subject: [PATCH] fix(deps): update rust crate validator to 0.18.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0cf29c7..724bad8 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.16.1", features = ["derive"] } +validator = { version = "0.18.0", features = ["derive"] } [[example]] name = "json-validation"