From 3f0e08fc843d87585bc68757d65b5bb47aeb93c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:27:32 +0000 Subject: [PATCH] build(deps): bump graphql-tools from 0.5.0 to 0.5.1 Bumps [graphql-tools](https://github.com/graphql-hive/router) from 0.5.0 to 0.5.1. - [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/compare/graphql-tools/v0.5.0...graphql-tools/v0.5.1) --- updated-dependencies: - dependency-name: graphql-tools dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1011044fad5..7c949a39233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4073,9 +4073,9 @@ dependencies = [ [[package]] name = "graphql-tools" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a378ccbe227983c1f4aeaafd088d0de9c5e3d5b6cd8e7aa9b0c682582a6c067" +checksum = "9b1ae57fa544e67a661c97805be3e36b97e7d15d65d67bb34beac24d940f987e" dependencies = [ "combine", "itoa", @@ -4709,7 +4709,7 @@ checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "arbitrary", "equivalent", - "hashbrown 0.15.2", + "hashbrown 0.16.1", "serde", "serde_core", ] diff --git a/Cargo.toml b/Cargo.toml index e7bb27c7709..8a681414f4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ graph-store-postgres = { path = "./store/postgres" } graphman-server = { path = "./server/graphman" } graphman = { path = "./core/graphman" } graphman-store = { path = "./core/graphman_store" } -graphql-tools = "0.5.0" +graphql-tools = "0.5.1" itertools = "0.14.0" lazy_static = "1.5.0" prost = "0.14"