Skip to content

Commit

Permalink
Update async-graphql requirement from 6.0.11 to 7.0.3
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 043a553 commit 0bcbd17
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 <korir16071@gmail.com>"]
[dependencies]
actix-cors = "0.7.0"
actix-web = "4.4.0"
async-graphql = "6.0.11"
async-graphql = "7.0.3"
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 0bcbd17

Please sign in to comment.