From 08cf3c5969c5da535c1a2253ddf07847da23df25 Mon Sep 17 00:00:00 2001 From: sunli Date: Sun, 10 May 2020 18:42:57 +0800 Subject: [PATCH] v1.11.1 --- Cargo.toml | 4 ++-- async-graphql-actix-web/Cargo.toml | 4 ++-- async-graphql-derive/Cargo.toml | 2 +- async-graphql-tide/Cargo.toml | 4 ++-- async-graphql-warp/Cargo.toml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7b116e20..c362d430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.11.0" +version = "1.11.1" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" @@ -18,7 +18,7 @@ default = ["bson", "uuid", "url", "chrono-tz"] [dependencies] async-graphql-parser = { path = "async-graphql-parser", version = "0.2.0" } -async-graphql-derive = { path = "async-graphql-derive", version = "1.11.0" } +async-graphql-derive = { path = "async-graphql-derive", version = "1.11.1" } anyhow = "1.0.26" thiserror = "1.0.11" async-trait = "0.1.24" diff --git a/async-graphql-actix-web/Cargo.toml b/async-graphql-actix-web/Cargo.toml index 8e962840..e473e6e8 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.3.0" +version = "1.3.1" 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.11.0" } +async-graphql = { path = "..", version = "1.11.1" } actix-web = "2.0.0" actix-web-actors = "2.0.0" actix = "0.9.0" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index d038c476..8d638cd1 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "1.11.0" +version = "1.11.1" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql" diff --git a/async-graphql-tide/Cargo.toml b/async-graphql-tide/Cargo.toml index 9f042f79..dbf748e7 100644 --- a/async-graphql-tide/Cargo.toml +++ b/async-graphql-tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "1.2.0" +version = "1.2.1" 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.11.0" } +async-graphql = { path = "..", version = "1.11.1" } tide = "0.8" [dev-dependencies] diff --git a/async-graphql-warp/Cargo.toml b/async-graphql-warp/Cargo.toml index 6db2df8a..ff2bddef 100644 --- a/async-graphql-warp/Cargo.toml +++ b/async-graphql-warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "1.3.0" +version = "1.3.1" 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.11.0" } +async-graphql = { path = "..", version = "1.11.1" } warp = "0.2.2" futures = "0.3.0" bytes = "0.5.4"