Skip to content

Commit

Permalink
chore(deps): Bump the graphql group with 1 update
Browse files Browse the repository at this point in the history
Bumps the graphql group with 1 update: [async-graphql](https://github.com/async-graphql/async-graphql).


Updates `async-graphql` from 6.0.11 to 7.0.0
- [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-major
  dependency-group: graphql
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent b2c9f27 commit a77c2e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 99 deletions.
107 changes: 9 additions & 98 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 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 = "6.0.11", default-features = false, features = ["playground" ], optional = true }
async-graphql = { version = "7.0.0", default-features = false, features = ["playground" ], optional = true }
async-trait = { version = "0.1", default-features = false }
bitmask-enum = { version = "2.2.3", default-features = false }
bytes = { version = "1.5.0", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit a77c2e1

Please sign in to comment.