From 036d2f3c034d1d279d3ff0a56fde105f10549c81 Mon Sep 17 00:00:00 2001 From: Sunli Date: Sat, 29 Aug 2020 08:44:38 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"