Skip to content

Commit 398354e

Browse files
committed
1 parent 1a7ae5a commit 398354e

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql"
3-
version = "1.13.5"
3+
version = "1.14.0"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66
description = "A GraphQL server library implemented in Rust"
@@ -18,7 +18,7 @@ default = ["bson", "url", "chrono-tz"]
1818

1919
[dependencies]
2020
async-graphql-parser = { path = "async-graphql-parser", version = "=1.13.4" }
21-
async-graphql-derive = { path = "async-graphql-derive", version = "=1.13.4" }
21+
async-graphql-derive = { path = "async-graphql-derive", version = "1.14.0" }
2222
anyhow = "1.0.26"
2323
thiserror = "1.0.11"
2424
async-trait = "0.1.30"

async-graphql-actix-web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-actix-web"
3-
version = "1.13.5"
3+
version = "1.14.0"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66
description = "async-graphql for actix-web"
@@ -13,7 +13,7 @@ keywords = ["futures", "async", "graphql"]
1313
categories = ["network-programming", "asynchronous"]
1414

1515
[dependencies]
16-
async-graphql = { path = "..", version = "=1.13.5" }
16+
async-graphql = { path = "..", version = "1.14.0" }
1717
actix-web = "2.0.0"
1818
actix-web-actors = "2.0.0"
1919
actix = "0.9.0"

async-graphql-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-derive"
3-
version = "1.13.4"
3+
version = "1.14.0"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66
description = "Macros for async-graphql"

async-graphql-lambda/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-lambda"
3-
version = "1.13.5"
3+
version = "1.14.0"
44
authors = ["Sunli <[email protected]>"]
55
edition = "2018"
66
description = "async-graphql for AWS Lambda"
@@ -13,7 +13,7 @@ keywords = ["futures", "async", "graphql"]
1313
categories = ["network-programming", "asynchronous"]
1414

1515
[dependencies]
16-
async-graphql = { path = "..", version = "=1.13.5" }
16+
async-graphql = { path = "..", version = "1.14.0" }
1717
lambda_http = { git = "https://github.com/awslabs/aws-lambda-rust-runtime" }
1818
futures = "0.3.0"
1919
async-trait = "0.1.30"

async-graphql-tide/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-tide"
3-
version = "1.13.5"
3+
version = "1.14.0"
44
authors = ["vkill <[email protected]>"]
55
edition = "2018"
66
description = "async-graphql for tide"
@@ -13,7 +13,7 @@ keywords = ["futures", "async", "graphql"]
1313
categories = ["network-programming", "asynchronous"]
1414

1515
[dependencies]
16-
async-graphql = { path = "..", version = "=1.13.5" }
16+
async-graphql = { path = "..", version = "1.14.0" }
1717
tide = "0.8.1"
1818
async-trait = "0.1.30"
1919
serde_json = "1.0.51"

async-graphql-warp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-warp"
3-
version = "1.13.5"
3+
version = "1.14.0"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66
description = "async-graphql for warp"
@@ -13,7 +13,7 @@ keywords = ["futures", "async", "graphql"]
1313
categories = ["network-programming", "asynchronous"]
1414

1515
[dependencies]
16-
async-graphql = { path = "..", version = "=1.13.5" }
16+
async-graphql = { path = "..", version = "1.14.0" }
1717
warp = "0.2.2"
1818
futures = "0.3.0"
1919
bytes = "0.5.4"

0 commit comments

Comments
 (0)