This commit is contained in:
sunli 2020-03-30 11:34:23 +08:00
parent eebb5ac119
commit 2bfcab19a7
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "async-graphql" name = "async-graphql"
version = "1.6.6" version = "1.6.7"
authors = ["sunli <scott_s829@163.com>"] authors = ["sunli <scott_s829@163.com>"]
edition = "2018" edition = "2018"
description = "The GraphQL server library implemented by rust" description = "The GraphQL server library implemented by rust"
@ -18,7 +18,7 @@ default = ["bson", "uuid", "url", "chrono-tz", "validators"]
validators = ["regex"] validators = ["regex"]
[dependencies] [dependencies]
async-graphql-derive = { path = "async-graphql-derive", version = "1.6.6" } async-graphql-derive = { path = "async-graphql-derive", version = "1.6.7" }
graphql-parser = "0.2.3" graphql-parser = "0.2.3"
anyhow = "1.0.26" anyhow = "1.0.26"
thiserror = "1.0.11" thiserror = "1.0.11"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "async-graphql-actix-web" name = "async-graphql-actix-web"
version = "0.6.9" version = "0.6.10"
authors = ["sunli <scott_s829@163.com>"] authors = ["sunli <scott_s829@163.com>"]
edition = "2018" edition = "2018"
description = "async-graphql for actix-web" description = "async-graphql for actix-web"
@ -13,7 +13,7 @@ keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"] categories = ["network-programming", "asynchronous"]
[dependencies] [dependencies]
async-graphql = { path = "..", version = "1.6.6" } async-graphql = { path = "..", version = "1.6.7" }
actix-web = "2.0.0" actix-web = "2.0.0"
actix-multipart = "0.2.0" actix-multipart = "0.2.0"
actix-web-actors = "2.0.0" actix-web-actors = "2.0.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "async-graphql-derive" name = "async-graphql-derive"
version = "1.6.6" version = "1.6.7"
authors = ["sunli <scott_s829@163.com>"] authors = ["sunli <scott_s829@163.com>"]
edition = "2018" edition = "2018"
description = "Macros for async-graphql" description = "Macros for async-graphql"