From d55379c937490052df1ad03204ae70e876033a11 Mon Sep 17 00:00:00 2001 From: elkowar Date: Thu, 19 Dec 2024 18:47:19 +0100 Subject: [PATCH] Update which dependency to 7.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e740e8..769f0e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ quoted-env = ["shell-words"] [dependencies] shell-words = { version = "1.1.0", optional = true } tempfile = "3.1.0" -which = { version = "4.0", default-features = false, optional = true } +which = { version = "7.0", default-features = false, optional = true }