Skip to content

Commit 2ce9be6

Browse files
committed
update examples
1 parent a57e1a6 commit 2ce9be6

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

federation/dynamic-schema/federation-accounts/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77
async-graphql = { path = "../../../..", features = ["dynamic-schema"] }
88
async-graphql-poem = { path = "../../../../integrations/poem" }
99
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
10-
poem = { version = "1.3.43" }
10+
poem = { version = "2.0.0" }

federation/dynamic-schema/federation-products/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77
async-graphql = { path = "../../../..", features = ["dynamic-schema"] }
88
async-graphql-poem = { path = "../../../../integrations/poem" }
99
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
10-
poem = { version = "1.3.43" }
10+
poem = { version = "2.0.0" }

federation/dynamic-schema/federation-reviews/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77
async-graphql = { path = "../../../..", features = ["dynamic-schema"] }
88
async-graphql-poem = { path = "../../../../integrations/poem" }
99
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
10-
poem = { version = "1.3.43" }
10+
poem = { version = "2.0.0" }

federation/static-schema/federation-accounts/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ async-graphql = { path = "../../../.." }
99
async-graphql-poem = { path = "../../../../integrations/poem" }
1010
directives = { path = "../directives" }
1111
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
12-
poem = { version = "1.3.43" }
12+
poem = { version = "2.0.0" }

federation/static-schema/federation-products/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ async-graphql = { path = "../../../.." }
99
async-graphql-poem = { path = "../../../../integrations/poem" }
1010
directives = { path = "../directives" }
1111
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
12-
poem = { version = "1.3.43" }
12+
poem = { version = "2.0.0" }

federation/static-schema/federation-reviews/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ async-graphql = { path = "../../../.." }
99
async-graphql-poem = { path = "../../../../integrations/poem" }
1010
directives = { path = "../directives" }
1111
tokio = { version = "1.0.2", features = ["macros", "rt-multi-thread"] }
12-
poem = { version = "1.3.43" }
12+
poem = { version = "2.0.0" }

poem/dynamic-books/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ async-graphql = { path = "../../..", features = ["dynamic-schema"] }
88
async-graphql-poem = { path = "../../../integrations/poem" }
99
tokio = { version = "1.29", features = ["macros", "rt-multi-thread"] }
1010
dynamic-books = { path = "../../models/dynamic-books" }
11-
poem = "1.3.57"
11+
poem = "2.0.0"

poem/dynamic-schema/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77
async-graphql = { path = "../../..", features = ["dynamic-schema"] }
88
async-graphql-poem = { path = "../../../integrations/poem" }
99
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
10-
poem = "1.3.48"
10+
poem = "2.0.0"

poem/dynamic-starwars/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ async-graphql = { path = "../../..", features = ["dynamic-schema"] }
88
async-graphql-poem = { path = "../../../integrations/poem" }
99
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
1010
dynamic-starwars = { path = "../../models/dynamic-starwars" }
11-
poem = "1.3.48"
11+
poem = "2.0.0"

poem/dynamic-upload/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ async-graphql = { path = "../../..", features = ["dynamic-schema"] }
88
async-graphql-poem = { path = "../../../integrations/poem" }
99
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
1010
dynamic-files = { path = "../../models/dynamic-files" }
11-
poem = "1.3.48"
11+
poem = "2.0.0"

poem/opentelemetry-basic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
async-graphql = { path = "../../..", features = ["opentelemetry"] }
1010
async-graphql-poem = { path = "../../../integrations/poem" }
1111
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
12-
poem = "1.3.42"
12+
poem = "2.0.0"
1313
opentelemetry = { version = "0.21.0" }
1414
opentelemetry_sdk = { version = "0.21", features = ["rt-tokio"] }
1515
opentelemetry-stdout = { version = "0.2.0", features = ["trace"] }

poem/starwars/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ async-graphql = { path = "../../.." }
88
async-graphql-poem = { path = "../../../integrations/poem" }
99
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
1010
starwars = { path = "../../models/starwars" }
11-
poem = "1.3.48"
11+
poem = "2.0.0"

poem/subscription-redis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2021"
77
async-graphql = { path = "../../.." }
88
async-graphql-poem = { path = "../../../integrations/poem" }
99
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
10-
poem = { version = "1.3.48", features = ["websocket"] }
10+
poem = { version = "2.0.0", features = ["websocket"] }
1111
redis = { version = "0.21.4", features = ["aio", "tokio-comp"] }
1212
futures-util = "0.3.19"

poem/subscription/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ async-graphql = { path = "../../.." }
88
async-graphql-poem = { path = "../../../integrations/poem" }
99
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
1010
books = { path = "../../models/books" }
11-
poem = { version = "1.3.48", features = ["websocket"] }
11+
poem = { version = "2.0.0", features = ["websocket"] }

poem/token-from-header/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
async-graphql = { path = "../../.." }
88
async-graphql-poem = { path = "../../../integrations/poem" }
99
token = { path = "../../models/token" }
10-
poem = { version = "1.3.48", features = ["websocket"] }
10+
poem = { version = "2.0.0", features = ["websocket"] }
1111
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }

poem/upload/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2021"
77
[dependencies]
88
async-graphql = { path = "../../.." }
99
async-graphql-poem = { path = "../../../integrations/poem" }
10-
poem = { version = "1.3.48", features = ["websocket"] }
10+
poem = { version = "2.0.0", features = ["websocket"] }
1111
files = { path = "../../models/files" }
1212
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }

rocket/starwars/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
[dependencies]
88
async-graphql = { path = "../../.." }
99
async-graphql-rocket = { path = "../../../integrations/rocket" }
10-
rocket = { version = "0.5.0-rc.2", default-features = false }
10+
rocket = { version = "0.5.0", default-features = false }
1111
starwars = { path = "../../models/starwars" }

rocket/upload/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
[dependencies]
88
async-graphql = { path = "../../.." }
99
async-graphql-rocket = { path = "../../../integrations/rocket" }
10-
rocket = { version = "0.5.0-rc.2", default-features = false }
10+
rocket = { version = "0.5.0", default-features = false }
1111
files = { path = "../../models/files" }

0 commit comments

Comments
 (0)