Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent c673c8d commit d48e0f7
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 @@ -9,7 +9,7 @@ authors = ["Eugene Korir <[email protected]>"]
[dependencies]
actix-cors = "0.7.0"
actix-web = "4.4.0"
async-graphql = "6.0.11"
async-graphql = "7.0.7"
async-graphql-actix-web = "6.0.11"
diesel = { version = "2.1.4", features = ["postgres"] }
diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] }
Expand Down

0 comments on commit d48e0f7

Please sign in to comment.