From 66f4c086347b9b927a9c1930397250c8b28dde2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 07:33:35 +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 b047df829c..03e9379f59 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"