From 72ebfe930d29a397cb95882cafedd59f38bd9d9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:19:21 +0000 Subject: [PATCH] fix(deps): update rust crate which to v7 --- backend/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index b522cf28f3..20823fb879 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -114,7 +114,7 @@ delay_timer = { version = "0.11", git = "https://github.com/libnyanpasu/delay-ti dunce = "1.0.4" # for cross platform path normalization runas = { git = "https://github.com/libnyanpasu/rust-runas.git" } single-instance = "0.3.3" -which = "6" +which = "7" dirs = "5.0.1" open = "5.0.1" sysinfo = "0.32"