From ff08cfaf129a16e1ecb3e59b6242a040cfa8ec60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:17:45 +0000 Subject: [PATCH] Update which requirement from 6.0.0 to 7.0.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/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- capi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capi/Cargo.toml b/capi/Cargo.toml index a2753b6e..bd7255a2 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -51,7 +51,7 @@ harness = false [build-dependencies] cbindgen = {version = "0.27", optional = true} -which = {version = "6.0.0", optional = true} +which = {version = "7.0.0", optional = true} [dependencies] # Pinned, because we use #[doc(hidden)] APIs.