From c3344845c680f28749bbc811171ade7ab7d0a125 Mon Sep 17 00:00:00 2001 From: sunli Date: Tue, 28 Apr 2020 15:56:23 +0800 Subject: [PATCH] v1.9.24 --- 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 1bd446c6..e8db3c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.9.23" +version = "1.9.24" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" @@ -17,7 +17,7 @@ readme = "README.md" default = ["bson", "uuid", "url", "chrono-tz"] [dependencies] -async-graphql-derive = { path = "async-graphql-derive", version = "1.9.23" } +async-graphql-derive = { path = "async-graphql-derive", version = "1.9.24" } graphql-parser = "=0.2.3" anyhow = "1.0.26" thiserror = "1.0.11" diff --git a/async-graphql-actix-web/Cargo.toml b/async-graphql-actix-web/Cargo.toml index e33418a6..481c933c 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.1.12" +version = "1.1.13" 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.9.23" } +async-graphql = { path = "..", version = "1.9.24" } 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 3b44a200..dc40e06c 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "1.9.23" +version = "1.9.24" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql" diff --git a/async-graphql-tide/Cargo.toml b/async-graphql-tide/Cargo.toml index 2a606beb..3655a566 100644 --- a/async-graphql-tide/Cargo.toml +++ b/async-graphql-tide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-tide" -version = "1.0.4" +version = "1.0.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.9.23" } +async-graphql = { path = "..", version = "1.9.24" } tide = "0.8" [dev-dependencies] diff --git a/async-graphql-warp/Cargo.toml b/async-graphql-warp/Cargo.toml index d31b36a9..686c015e 100644 --- a/async-graphql-warp/Cargo.toml +++ b/async-graphql-warp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-warp" -version = "1.1.11" +version = "1.1.12" 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.9.23" } +async-graphql = { path = "..", version = "1.9.24" } warp = "0.2.2" futures = "0.3.0" bytes = "0.5.4"