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"