From 27b42107fda51751f50410d571250c10667365f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:30:01 +0000 Subject: [PATCH] Update which requirement from 4.4 to 5.0 Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/commits) --- 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 d4172fcd..4cc4cd9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ regex = "1" tempfile = "3" thiserror = "1.0.34" -which = { version = "4.4", optional = true } +which = { version = "5.0", optional = true } [badges] maintenance = { status = "passively-maintained" }