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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)