Skip to content

Commit 0bcbd17

Browse files
Update async-graphql requirement from 6.0.11 to 7.0.3
--- updated-dependencies: - dependency-name: async-graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 043a553 commit 0bcbd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web_app_graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["Eugene Korir <[email protected]>"]
99
[dependencies]
1010
actix-cors = "0.7.0"
1111
actix-web = "4.4.0"
12-
async-graphql = "6.0.11"
12+
async-graphql = "7.0.3"
1313
async-graphql-actix-web = "6.0.11"
1414
diesel = { version = "2.1.4", features = ["postgres"] }
1515
diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] }

0 commit comments

Comments
 (0)