diff --git a/Cargo.toml b/Cargo.toml index df795946..29ccb9ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql" -version = "1.4.3" +version = "1.4.4" authors = ["sunli "] edition = "2018" description = "The GraphQL server library implemented by rust" @@ -18,7 +18,7 @@ default = ["bson", "chrono", "uuid", "url", "validators"] validators = ["regex", "once_cell"] [dependencies] -async-graphql-derive = { path = "async-graphql-derive", version = "1.4.3" } +async-graphql-derive = { path = "async-graphql-derive", version = "1.4.4" } 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 45a8399d..dd235641 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 = "0.5.3" +version = "0.5.4" authors = ["sunli "] edition = "2018" description = "async-graphql for actix-web" diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index dce68218..40e281ed 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-derive" -version = "1.4.3" +version = "1.4.4" authors = ["sunli "] edition = "2018" description = "Macros for async-graphql"