From ca6e5685c45a2de23657729c8dc9ee6ab628d88e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 04:22:56 +0000 Subject: [PATCH] deps(deps): bump which in /apps/studio-installer/src-tauri Bumps [which](https://github.com/harryfei/which-rs) from 8.0.2 to 8.0.4. - [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/8.0.2...8.0.4) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/studio-installer/src-tauri/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/studio-installer/src-tauri/Cargo.lock b/apps/studio-installer/src-tauri/Cargo.lock index ca1096b55..75e749644 100644 --- a/apps/studio-installer/src-tauri/Cargo.lock +++ b/apps/studio-installer/src-tauri/Cargo.lock @@ -5424,9 +5424,9 @@ dependencies = [ [[package]] name = "which" -version = "8.0.2" +version = "8.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81995fafaaaf6ae47a7d0cc83c67caf92aeb7e5331650ae6ff856f7c0c60c459" +checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248" dependencies = [ "libc", ]