diff --git a/Cargo.toml b/Cargo.toml index ec887ab3..dd8cb982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.13.4" +version = "1.13.5" authors = ["sunli "] edition = "2018" description = "A GraphQL server library implemented in Rust" diff --git a/async-graphql-actix-web/Cargo.toml b/async-graphql-actix-web/Cargo.toml index 92f1dcce..765e1b10 100644 --- a/async-graphql-actix-web/Cargo.toml +++ b/async-graphql-actix-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-actix-web" -version = "1.13.4" +version = "1.13.5" authors = ["sunli "] 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.4" } +async-graphql = { path = "..", version = "=1.13.5" } actix-web = "2.0.0" actix-web-actors = "2.0.0" actix = "0.9.0" diff --git a/async-graphql-lambda/Cargo.toml b/async-graphql-lambda/Cargo.toml index 023ec240..2da3cdd5 100644 --- a/async-graphql-lambda/Cargo.toml +++ b/async-graphql-lambda/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-lambda" -version = "1.13.4" +version = "1.13.5" authors = ["Sunli "] 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.4" } +async-graphql = { path = "..", version = "=1.13.5" } lambda_http = { git = "https://github.com/awslabs/aws-lambda-rust-runtime" } futures = "0.3.0" async-trait = "0.1.30" diff --git a/async-graphql-tide/Cargo.toml b/async-graphql-tide/Cargo.toml index 2288bf14..c98d4f2a 100644 --- a/async-graphql-tide/Cargo.toml +++ b/async-graphql-tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "1.13.4" +version = "1.13.5" authors = ["vkill "] 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.4" } +async-graphql = { path = "..", version = "=1.13.5" } tide = "0.8.1" async-trait = "0.1.30" serde_json = "1.0.51" diff --git a/async-graphql-warp/Cargo.toml b/async-graphql-warp/Cargo.toml index db3c30b6..8e66adb0 100644 --- a/async-graphql-warp/Cargo.toml +++ b/async-graphql-warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "1.13.4" +version = "1.13.5" authors = ["sunli "] 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.4" } +async-graphql = { path = "..", version = "=1.13.5" } warp = "0.2.2" futures = "0.3.0" bytes = "0.5.4"