Skip to content

Commit

Permalink
chore(deps): Bump graphql crates to 7.0.0 (vectordotdev#19579)
Browse files Browse the repository at this point in the history
And also group updates

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and AndrooTheChen committed Sep 23, 2024
1 parent d4d7e4a commit 375b3eb
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ updates:
patterns:
- "futures"
- "futures-util"
graphql:
patterns:
- "async-graphql*"
phf:
patterns:
- "phf*"
Expand Down
114 changes: 102 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 @@ -214,8 +214,8 @@ smpl_jwt = { version = "0.8.0", default-features = false, optional = true }
lapin = { version = "2.3.1", default-features = false, features = ["native-tls"], optional = true }

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

# API client
crossterm = { version = "0.27.0", default-features = false, features = ["event-stream", "windows"], optional = true }
Expand Down

0 comments on commit 375b3eb

Please sign in to comment.