Skip to content

Commit 277ed0c

Browse files
authored
Merge branch 'master' into update-dependencies
2 parents cc1ee10 + 7370bc7 commit 277ed0c

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
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.37", features = ["macros", "rt-multi-thread"] }
10-
poem = { version = "2.0.1" }
10+
poem = { version = "3.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.37", features = ["macros", "rt-multi-thread"] }
10-
poem = { version = "2.0.1" }
10+
poem = { version = "3.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.37", features = ["macros", "rt-multi-thread"] }
10-
poem = { version = "2.0.1" }
10+
poem = { version = "3.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.37", features = ["macros", "rt-multi-thread"] }
12-
poem = { version = "2.0.1" }
12+
poem = { version = "3.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.37", features = ["macros", "rt-multi-thread"] }
12-
poem = { version = "2.0.1" }
12+
poem = { version = "3.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.37", features = ["macros", "rt-multi-thread"] }
12-
poem = { version = "2.0.1" }
12+
poem = { version = "3.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.37", features = ["macros", "rt-multi-thread"] }
1010
dynamic-books = { path = "../../models/dynamic-books" }
11-
poem = "2.0.1"
11+
poem = "3.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.37", features = ["macros", "rt-multi-thread"] }
10-
poem = "2.0.1"
10+
poem = { version = "3.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.37", features = ["macros", "rt-multi-thread"] }
1010
dynamic-starwars = { path = "../../models/dynamic-starwars" }
11-
poem = "2.0.1"
11+
poem = "3.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.37", features = ["macros", "rt-multi-thread"] }
1010
dynamic-files = { path = "../../models/dynamic-files" }
11-
poem = "2.0.1"
11+
poem = "3.0.0"

0 commit comments

Comments
 (0)