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"] }