Skip to content

Commit 0cac141

Browse files
chore(deps): bump async-graphql-warp from 5.0.4 to 5.0.5 (vectordotdev#15819)
Bumps [async-graphql-warp](https://github.com/async-graphql/async-graphql) from 5.0.4 to 5.0.5. - [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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f83ed2 commit 0cac141

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ lapin = { version = "2.1.1", default-features = false, optional = true }
220220

221221
# API
222222
async-graphql = { version = "5.0.5", default-features = false, optional = true, features = ["chrono"] }
223-
async-graphql-warp = { version = "5.0.4", default-features = false, optional = true }
223+
async-graphql-warp = { version = "5.0.5", default-features = false, optional = true }
224224
itertools = { version = "0.10.5", default-features = false, optional = true }
225225

226226
# API client

0 commit comments

Comments
 (0)