Skip to content

Commit

Permalink
fix(deps): update rust crate async-graphql-axum to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent daadba1 commit 10e96f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.82"
async-graphql = "7.0.3"
async-graphql-axum = "7"
async-graphql-axum = "7.0.3"
axum = "0.7"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "parking_lot"] }
reqwest = { version = "0.12", features = ["json"] }
Expand Down

0 comments on commit 10e96f8

Please sign in to comment.