Skip to content

Commit

Permalink
chore(deps): Bump the graphql group with 2 updates (#20854)
Browse files Browse the repository at this point in the history
Bumps the graphql group with 2 updates: [async-graphql](https://github.com/async-graphql/async-graphql) and [async-graphql-warp](https://github.com/async-graphql/async-graphql).


Updates `async-graphql` from 7.0.6 to 7.0.7
- [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)

Updates `async-graphql-warp` from 7.0.6 to 7.0.7
- [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
  dependency-group: graphql
- dependency-name: async-graphql-warp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: graphql
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 19, 2024
1 parent 535bd0d commit 9771a45
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ smpl_jwt = { version = "0.8.0", default-features = false, optional = true }
lapin = { version = "2.4.0", default-features = false, features = ["native-tls"], optional = true }

# API
async-graphql = { version = "7.0.6", default-features = false, optional = true, features = ["chrono", "playground"] }
async-graphql-warp = { version = "7.0.6", default-features = false, optional = true }
async-graphql = { version = "7.0.7", default-features = false, optional = true, features = ["chrono", "playground"] }
async-graphql-warp = { version = "7.0.7", default-features = false, optional = true }

# API client
crossterm = { version = "0.27.0", default-features = false, features = ["event-stream", "windows"], 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 = "7.0.6", default-features = false, features = ["playground" ], optional = true }
async-graphql = { version = "7.0.7", default-features = false, features = ["playground" ], optional = true }
async-trait = { version = "0.1", default-features = false }
bitmask-enum = { version = "2.2.4", default-features = false }
bytes = { version = "1.6.0", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit 9771a45

Please sign in to comment.