Skip to content

Commit 1dda26a

Browse files
Update async-graphql-actix-web requirement from 6.0.11 to 7.0.17
Updates the requirements on [async-graphql-actix-web](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-actix-web dependency-version: 7.0.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c029adb commit 1dda26a

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
@@ -10,7 +10,7 @@ authors = ["Eugene Korir <[email protected]>"]
1010
actix-cors = "0.7.0"
1111
actix-web = "4.4.0"
1212
async-graphql = "6.0.11"
13-
async-graphql-actix-web = "6.0.11"
13+
async-graphql-actix-web = "7.0.17"
1414
diesel = { version = "2.1.4", features = ["postgres"] }
1515
diesel-async = { version = "0.5.0", features = ["postgres", "deadpool"] }
1616
diesel_migrations = "2.1.0"

0 commit comments

Comments
 (0)