Skip to content

Commit 05a4f17

Browse files
chore(deps): bump async-graphql from 5.0.7 to 5.0.8 (vectordotdev#17357)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae602da commit 05a4f17

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ smpl_jwt = { version = "0.7.1", default-features = false, optional = true }
210210
lapin = { version = "2.1.1", default-features = false, features = ["native-tls"], optional = true }
211211

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

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77

88
[dependencies]
9-
async-graphql = { version = "5.0.7", default-features = false, features = ["playground" ], optional = true }
9+
async-graphql = { version = "5.0.8", default-features = false, features = ["playground" ], optional = true }
1010
async-trait = { version = "0.1", default-features = false }
1111
bitmask-enum = { version = "2.1.0", default-features = false }
1212
bytes = { version = "1.4.0", default-features = false, features = ["serde"] }

0 commit comments

Comments
 (0)