Skip to content

Commit

Permalink
chore(deps): bump async-graphql-warp from 5.0.7 to 5.0.8 (vectordotde…
Browse files Browse the repository at this point in the history
…v#17367)

Bumps [async-graphql-warp](https://github.com/async-graphql/async-graphql) from 5.0.7 to 5.0.8.
- [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-warp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 11, 2023
1 parent 9852c17 commit 693584e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -211,7 +211,7 @@ lapin = { version = "2.1.1", default-features = false, features = ["native-tls"]

# API
async-graphql = { version = "5.0.8", default-features = false, optional = true, features = ["chrono"] }
async-graphql-warp = { version = "5.0.7", default-features = false, optional = true }
async-graphql-warp = { version = "5.0.8", default-features = false, optional = true }
itertools = { version = "0.10.5", default-features = false, optional = true }

# API client
Expand Down

0 comments on commit 693584e

Please sign in to comment.