From 78e54918d687a9cb6054a418e9c7cd0f3d258f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:11:44 +0000 Subject: [PATCH] Update which requirement from 7 to 8 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/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 042d4a06..a899a043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ rayon = "1.10" bzip2 = "0.5" flate2 = "1.0" md5 = "0.7.0" -which = "7" +which = "8" serde_json = "1.0" hex = "0.4.3" tempfile = "3"