Skip to content

Commit d0ebedd

Browse files
build(deps): bump graphql-tools from 0.4.0 to 0.4.2
Bumps [graphql-tools](https://github.com/graphql-hive/router) from 0.4.0 to 0.4.2. - [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.4.2) --- updated-dependencies: - dependency-name: graphql-tools dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc48c6c commit d0ebedd

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Cargo.lock

Lines changed: 11 additions & 8 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.4.2"
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)