Skip to content

Commit

Permalink
fix(deps): update rust crate async-graphql to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 7b62b2f commit 4398bc3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
38 changes: 16 additions & 22 deletions graphql/async_graphql/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graphql/async_graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.82"
async-graphql = "7"
async-graphql = "7.0.3"
async-graphql-axum = "7"
axum = "0.7"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "parking_lot"] }
Expand Down

0 comments on commit 4398bc3

Please sign in to comment.