From 517bcd85d338194284be43aa1098b37c98272edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 04:23:21 +0000 Subject: [PATCH] Update validator requirement from 0.18.1 to 0.20.0 Updates the requirements on [validator](https://github.com/Keats/validator) to permit the latest version. - [Changelog](https://github.com/Keats/validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/validator/compare/v0.18.1...v0.20.0) --- updated-dependencies: - dependency-name: validator dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/web_app_graphql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web_app_graphql/Cargo.toml b/examples/web_app_graphql/Cargo.toml index 8ea6cc29..db662a61 100644 --- a/examples/web_app_graphql/Cargo.toml +++ b/examples/web_app_graphql/Cargo.toml @@ -23,4 +23,4 @@ meilisearch-sdk = "0.24.3" serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" thiserror = "1.0.51" -validator = { version = "0.18.1", features = ["derive"] } +validator = { version = "0.20.0", features = ["derive"] }