diff --git a/examples/web_app_graphql/Cargo.toml b/examples/web_app_graphql/Cargo.toml index 4c90ea56..a94189db 100644 --- a/examples/web_app_graphql/Cargo.toml +++ b/examples/web_app_graphql/Cargo.toml @@ -22,5 +22,5 @@ log = "0.4.20" meilisearch-sdk = "0.24.3" serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" -thiserror = "1.0.51" +thiserror = "2.0.17" validator = { version = "0.20.0", features = ["derive"] }