diff --git a/examples/web_app_graphql/Cargo.toml b/examples/web_app_graphql/Cargo.toml index d6b62ab5..38ac956d 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.17.0", features = ["derive"] } +validator = { version = "0.18.1", features = ["derive"] }