Skip to content

Commit d53bf2c

Browse files
build(deps): bump graphql-tools from 0.4.0 to 0.5.0
Bumps [graphql-tools](https://github.com/graphql-hive/router) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/graphql-hive/router/releases) - [Changelog](https://github.com/graphql-hive/router/blob/main/RELEASE.md) - [Commits](https://github.com/graphql-hive/router/commits/graphql-tools/v0.5.0) --- updated-dependencies: - dependency-name: graphql-tools dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d7b001 commit d53bf2c

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Cargo.lock

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

graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition.workspace = true
77
async-trait = { workspace = true }
88
crossbeam = "0.8"
99
graph = { path = "../graph" }
10-
graphql-tools = "0.4.0"
10+
graphql-tools = "0.5.0"
1111
lazy_static = "1.5.0"
1212
stable-hash = { git = "https://github.com/graphprotocol/stable-hash", branch = "main"}
1313
stable-hash_legacy = { git = "https://github.com/graphprotocol/stable-hash", branch = "old", package = "stable-hash" }

0 commit comments

Comments
 (0)