Release 1.17.7

This commit is contained in:
Sunli 2020-08-10 19:42:52 +08:00
parent 6bf9718225
commit 3897060bbe

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.17.6"
version = "1.17.7"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "A GraphQL server library implemented in Rust"
@ -17,8 +17,8 @@ readme = "README.md"
default = ["bson", "url", "chrono-tz"]
[dependencies]
async-graphql-parser = { path = "async-graphql-parser", version = "1.17.2" }
async-graphql-derive = { path = "async-graphql-derive", version = "1.17.2" }
async-graphql-parser = { path = "async-graphql-parser", version = "1.17.3" }
async-graphql-derive = { path = "async-graphql-derive", version = "1.17.6" }
anyhow = "1.0.26"
thiserror = "1.0.11"
async-trait = "0.1.30"