diff --git a/Cargo.toml b/Cargo.toml index b4e4c3d1..4cf863f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ default = ["bson", "url", "chrono-tz"] [dependencies] async-graphql-parser = { path = "async-graphql-parser", version = "1.17.3" } -async-graphql-derive = { path = "async-graphql-derive", version = "1.17.6" } +async-graphql-derive = { path = "async-graphql-derive", version = "1.17.11" } anyhow = "1.0.26" thiserror = "1.0.11" async-trait = "0.1.30"