Skip to content

Commit

Permalink
chore(deps): bump async-graphql-warp from 3.0.27 to 3.0.28 (vectordot…
Browse files Browse the repository at this point in the history
…dev#11116)

Bumps [async-graphql-warp](https://github.com/async-graphql/async-graphql) from 3.0.27 to 3.0.28.
- [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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2022
1 parent a398504 commit 153a6fd
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 @@ -189,7 +189,7 @@ smpl_jwt = { version = "0.6.1", default-features = false, optional = true }

# API
async-graphql = { version = "3.0.28", default-features = false, optional = true, features = ["chrono"] }
async-graphql-warp = { version = "3.0.27", default-features = false, optional = true }
async-graphql-warp = { version = "3.0.28", default-features = false, optional = true }
itertools = { version = "0.10.3", default-features = false, optional = true }

# API client
Expand Down

0 comments on commit 153a6fd

Please sign in to comment.