From 7a664b2bcbc38f990dc708ba1ae2fd9a25fb305b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:06:42 +0000 Subject: [PATCH] build(deps): update which requirement from 7.0.2 to 8.0.2 in /build_rust Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/commits/8.0.2) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build_rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rust/Cargo.toml b/build_rust/Cargo.toml index 5ede133db..e74c163e7 100644 --- a/build_rust/Cargo.toml +++ b/build_rust/Cargo.toml @@ -20,4 +20,4 @@ streaming-iterator = "0.1.9" tree-sitter = "0.26.3" tree-sitter-svelte-ng = "1.0.2" tree-sitter-typescript = "0.23.2" -which = "7.0.2" +which = "8.0.2"