From 1591ebaa850986f90f55a74834ba11878e8300d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:57:32 +0000 Subject: [PATCH] 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 e365bef..d5edbeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2842,9 +2842,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[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 a9bdd79..e4b93f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ unicode-segmentation = "1.11.0" ron = "0.8.1" [target.'cfg(all(target_family="unix",not(target_os="macos")))'.dependencies] -which = "6.0.1" +which = "7.0.0" [dev-dependencies] pretty_assertions = "1.4.0"