From 5e5b2b7d13d46507cdd9e1268ad345b5e5ef3094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 18:17:59 +0000 Subject: [PATCH] Update which requirement from 5.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/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: which 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 081e378c..7167a166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ regex = "1" tempfile = "3" thiserror = "1.0.34" -which = { version = "5.0", optional = true } +which = { version = "6.0", optional = true } [badges] maintenance = { status = "passively-maintained" }