Skip to content

Commit fcffb95

Browse files
Update async-graphql requirement from 6.0.11 to 7.0.17
Updates the requirements on [async-graphql](https://github.com/async-graphql/async-graphql) to permit the latest version. - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-graphql/async-graphql/commits) --- updated-dependencies: - dependency-name: async-graphql dependency-version: 7.0.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c029adb commit fcffb95

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.17"
1313
async-graphql-actix-web = "6.0.11"
1414
diesel = { version = "2.1.4", features = ["postgres"] }
1515
diesel-async = { version = "0.5.0", features = ["postgres", "deadpool"] }

0 commit comments

Comments
 (0)