From ae5d7c5bd2547858a7396f2d9c4912eef2d1bd4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:12:30 +0000 Subject: [PATCH] Update which requirement from ^4.0 to ^6.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/4.0.0...6.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-tools/cc-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/cc-test/Cargo.toml b/dev-tools/cc-test/Cargo.toml index cc7747eb6..2f98638a4 100644 --- a/dev-tools/cc-test/Cargo.toml +++ b/dev-tools/cc-test/Cargo.toml @@ -12,7 +12,7 @@ test = false [build-dependencies] cc = { path = "../.." } -which = "^4.0" +which = "^6.0" [features] parallel = ["cc/parallel"]