Skip to content

Commit

Permalink
chore(deps): bump async-graphql from 7.0.3 to 7.0.5 (#4451)
Browse files Browse the repository at this point in the history
* chore(deps): bump async-graphql from 7.0.3 to 7.0.5

Bumps [async-graphql](https:/async-graphql/async-graphql) from 7.0.3 to 7.0.5.
- [Release notes](https:/async-graphql/async-graphql/releases)
- [Changelog](https:/async-graphql/async-graphql/blob/master/CHANGELOG.md)
- [Commits](https:/async-graphql/async-graphql/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump async-graphql in third-party rust

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vaibhav <[email protected]>
  • Loading branch information
dependabot[bot] and thevaibhav-dixit authored May 10, 2024
1 parent d7c6c18 commit f16e810
Show file tree
Hide file tree
Showing 5 changed files with 453 additions and 409 deletions.
104 changes: 57 additions & 47 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [

[workspace.dependencies]
anyhow = "1.0.82"
async-graphql = { version = "7.0.3", default-features = false, features = ["tracing", "chrono", "playground"] }
async-graphql = { version = "7.0.5", default-features = false, features = ["tracing", "chrono", "playground"] }
async-graphql-axum = "7.0.3"
axum = { version = "0.7.5", features = ["macros"] }
axum-extra = { version = "0.9.3", default-features = false, features = ["tracing", "typed-header"] }
Expand Down
Loading

0 comments on commit f16e810

Please sign in to comment.