From 56b5bde38b243dc3a05025134e029174b191e8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:48:50 +0000 Subject: [PATCH] fix(deps): update rust crate which to v7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 651a94fc..3a93b71a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1863,9 +1863,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.3" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" +checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" dependencies = [ "either", "home", diff --git a/Cargo.toml b/Cargo.toml index 1612e6fd..6e99dc9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ textwrap = { version = "0.16", features = [ "terminal_size" ] } thiserror = "1.0" toml = { version = "0.8", features = [ "preserve_order" ] } duct = "0.13" -which = "6.0" +which = "7.0" os_pipe = "1" [dev-dependencies]