Skip to content

Commit

Permalink
chore(deps): bump async-graphql from 5.0.7 to 5.0.8 (vectordotdev#17357)
Browse files Browse the repository at this point in the history
Bumps [async-graphql](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
  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 10, 2023
1 parent ae602da commit 05a4f17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -210,7 +210,7 @@ smpl_jwt = { version = "0.7.1", default-features = false, optional = true }
lapin = { version = "2.1.1", default-features = false, features = ["native-tls"], optional = true }

# API
async-graphql = { version = "5.0.7", default-features = false, optional = true, features = ["chrono"] }
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 }
itertools = { version = "0.10.5", default-features = false, optional = true }

Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
publish = false

[dependencies]
async-graphql = { version = "5.0.7", default-features = false, features = ["playground" ], optional = true }
async-graphql = { version = "5.0.8", default-features = false, features = ["playground" ], optional = true }
async-trait = { version = "0.1", default-features = false }
bitmask-enum = { version = "2.1.0", default-features = false }
bytes = { version = "1.4.0", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit 05a4f17

Please sign in to comment.