Skip to content

Commit

Permalink
Update async-graphql-actix-web requirement from 6.0.11 to 7.0.6
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: async-graphql-actix-web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 9e57f3e commit 9335988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web_app_graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = ["Eugene Korir <[email protected]>"]
actix-cors = "0.7.0"
actix-web = "4.4.0"
async-graphql = "6.0.11"
async-graphql-actix-web = "6.0.11"
async-graphql-actix-web = "7.0.6"
diesel = { version = "2.1.4", features = ["postgres"] }
diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] }
diesel_migrations = "2.1.0"
Expand Down

0 comments on commit 9335988

Please sign in to comment.