From 7d0e721f620b1247d5ac1db656591b8370861052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 12:10:21 +0000 Subject: [PATCH] chore(deps): update which requirement from 5.0 to 8.0 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/compare/5.0.0...8.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gcrecomp-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcrecomp-core/Cargo.toml b/gcrecomp-core/Cargo.toml index d327905..d497186 100644 --- a/gcrecomp-core/Cargo.toml +++ b/gcrecomp-core/Cargo.toml @@ -14,7 +14,7 @@ serde = { workspace = true } serde_json = { workspace = true } smallvec = { workspace = true } bitvec = { workspace = true } -which = "5.0" +which = "8.0" [dev-dependencies]