From 34b90310e31b3d47ea755e4377e297cbd92a158c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 04:13:10 +0000 Subject: [PATCH] build(deps): bump which from 7.0.3 to 8.0.0 Bumps [which](https://github.com/harryfei/which-rs) from 7.0.3 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.3...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] --- Cargo.lock | 11 ++--------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae51850..a6df43e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -775,12 +775,6 @@ dependencies = [ "winit", ] -[[package]] -name = "either" -version = "1.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" - [[package]] name = "emath" version = "0.33.3" @@ -4057,11 +4051,10 @@ dependencies = [ [[package]] name = "which" -version = "7.0.3" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" +checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" dependencies = [ - "either", "env_home", "rustix 1.1.4", "winsafe", diff --git a/Cargo.toml b/Cargo.toml index 2bdc0d1..cf0f470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ futures-util = "0.3" indicatif = "0.18" tempfile = "3" uuid = { version = "1", features = ["v4"] } -which = "7" +which = "8" eframe = { version = "0.33", default-features = false, features = ["glow", "default_fonts", "x11", "wayland"] } egui = "0.33" image = { version = "0.25", default-features = false, features = ["png"] }