Skip to content

Commit

Permalink
chore(deps): bump async-graphql-axum from 7.0.6 to 7.0.7
Browse files Browse the repository at this point in the history
Bumps [async-graphql-axum](https://github.com/async-graphql/async-graphql) from 7.0.6 to 7.0.7.
- [Release notes](https://github.com/async-graphql/async-graphql/releases)
- [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/async-graphql/async-graphql/commits)

---
updated-dependencies:
- dependency-name: async-graphql-axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 1, 2024
1 parent 81835c4 commit ad00d73
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
51 changes: 29 additions & 22 deletions 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 apps/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }

# GraphQL
async-graphql = { version = "7.0.3", features = ["uuid", "chrono", "log"] }
async-graphql-axum = "7.0.3"
async-graphql-axum = "7.0.7"

# Rest
utoipa = { version = "4.2.0", features = ["axum_extras"] }
Expand Down

0 comments on commit ad00d73

Please sign in to comment.