Skip to content

Commit cac74d5

Browse files
committed
Update the version of async-graphql to v1.11.0
1 parent ac5690b commit cac74d5

File tree

17 files changed

+27
-28
lines changed

17 files changed

+27
-28
lines changed

actix-web/error-extensions/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#[macro_use]
22
extern crate thiserror;
33

4-
use actix_rt;
54
use actix_web::{guard, web, App, HttpResponse, HttpServer, Result};
65
use async_graphql::http::{playground_source, GQLResponse};
76
use async_graphql::{

actix-web/starwars/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = "1.9.0"
9-
async-graphql-actix-web = "1.0.0"
8+
async-graphql = "1.11.0"
9+
async-graphql-actix-web = "1.3.0"
1010
actix-web = "2.0.0"
1111
actix-rt = "1.0.0"
1212
starwars = { path = "../../models/starwars" }

actix-web/subscription/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = "1.9.12"
9-
async-graphql-actix-web = "1.0.0"
8+
async-graphql = "1.11.0"
9+
async-graphql-actix-web = "1.3.0"
1010
actix-web = "2.0.0"
1111
actix-rt = "1.0.0"
1212
actix-web-actors = "2.0.0"

actix-web/token-from-header/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = "1.9.0"
9-
async-graphql-actix-web = "1.0.0"
8+
async-graphql = "1.11.0"
9+
async-graphql-actix-web = "1.3.0"
1010
actix-web = "2.0.0"
1111
actix-rt = "1.0.0"
1212
futures = "0.3"

federation/federation-accounts/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = "1.9.0"
9-
async-graphql-warp = "1.0.0"
8+
async-graphql = "1.11.0"
9+
async-graphql-warp = "1.3.0"
1010
tokio = { version = "0.2", features = ["macros"] }
1111
warp = "0.2"

federation/federation-products/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = "1.9.0"
9-
async-graphql-warp = "1.0.0"
8+
async-graphql = "1.11.0"
9+
async-graphql-warp = "1.3.0"
1010
tokio = { version = "0.2", features = ["macros"] }
1111
warp = "0.2"

federation/federation-reviews/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = "1.9.0"
9-
async-graphql-warp = "1.0.0"
8+
async-graphql = "1.11.0"
9+
async-graphql-warp = "1.3.0"
1010
tokio = { version = "0.2", features = ["macros"] }
1111
warp = "0.2"

models/books/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = "1.9.0"
8+
async-graphql = "1.11.0"
99
slab = "0.4.2"
1010
tokio = { version = "0.2", features = ["time", "stream"] }
1111
futures = "0.3.0"

models/files/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = "1.9.0"
8+
async-graphql = "1.11.0"
99
slab = "0.4.2"
1010
futures = "0.3.0"

models/starwars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = "1.9.0"
8+
async-graphql = "1.11.0"
99
slab = "0.4.2"

0 commit comments

Comments
 (0)