From 3e98a402065c3135fbc36892131d103d640c432d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:36:18 +0100 Subject: [PATCH] Bump which from 7.0.2 to 8.0.0 (#2723) Bumps [which](https://github.com/harryfei/which-rs) from 7.0.2 to 8.0.0. - [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/7.0.2...8.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a31e815..6a1f766e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4041,13 +4041,12 @@ checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "which" -version = "7.0.2" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283" +checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" dependencies = [ - "either", "env_home", - "rustix 0.38.43", + "rustix 1.1.2", "winsafe", ] diff --git a/Cargo.toml b/Cargo.toml index 623981b4..d38dda61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ two-face = { version = "0.4.3", default-features = false } unicode-segmentation = "1.12" unicode-truncate = "2.0" unicode-width = "0.2" -which = "7.0" +which = "8.0" [build-dependencies] chrono = { version = "0.4", default-features = false, features = ["clock"] }