Release 1.13.4

async-graphql@1.13.4
async-graphql-actix-web@1.13.4
async-graphql-derive@1.13.4
async-graphql-lambda@1.13.4
async-graphql-parser@1.13.4
async-graphql-tide@1.13.4
async-graphql-warp@1.13.4

Generated by cargo-workspaces
This commit is contained in:
Sunli 2020-05-27 15:30:18 +08:00
parent 019580595c
commit 51b0c05bb4
7 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql"
version = "1.13.3"
version = "1.13.4"
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.13.3" }
async-graphql-derive = { path = "async-graphql-derive", version = "1.13.3" }
async-graphql-parser = { path = "async-graphql-parser", version = "=1.13.4" }
async-graphql-derive = { path = "async-graphql-derive", version = "=1.13.4" }
anyhow = "1.0.26"
thiserror = "1.0.11"
async-trait = "0.1.30"

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-derive"
version = "1.13.3"
version = "1.13.4"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "Macros for async-graphql"
@ -16,7 +16,7 @@ categories = ["network-programming", "asynchronous"]
proc-macro = true
[dependencies]
async-graphql-parser = { path = "../async-graphql-parser", version = "1.13.3" }
async-graphql-parser = { path = "../async-graphql-parser", version = "=1.13.4" }
proc-macro2 = "1.0.6"
syn = { version = "1.0.20", features = ["full", "extra-traits"] }
quote = "1.0.3"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-lambda"
version = "1.13.3"
version = "1.13.4"
authors = ["Sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for AWS Lambda"
@ -13,7 +13,7 @@ keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "..", version = "1.13.3" }
async-graphql = { path = "..", version = "=1.13.4" }
lambda_http = { git = "https://github.com/awslabs/aws-lambda-rust-runtime" }
futures = "0.3.0"
async-trait = "0.1.30"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-parser"
version = "1.13.3"
version = "1.13.4"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "GraphQL query parser for async-graphql"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-tide"
version = "1.13.3"
version = "1.13.4"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2018"
description = "async-graphql for tide"
@ -13,7 +13,7 @@ keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "..", version = "1.13.3" }
async-graphql = { path = "..", version = "=1.13.4" }
tide = "0.8.1"
async-trait = "0.1.30"
serde_json = "1.0.51"

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-warp"
version = "1.13.3"
version = "1.13.4"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "async-graphql for warp"
@ -13,7 +13,7 @@ keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "..", version = "1.13.3" }
async-graphql = { path = "..", version = "=1.13.4" }
warp = "0.2.2"
futures = "0.3.0"
bytes = "0.5.4"