diff --git a/backend/tauri-plugin-deep-link/Cargo.toml b/backend/tauri-plugin-deep-link/Cargo.toml index 02899be902..15144277ea 100644 --- a/backend/tauri-plugin-deep-link/Cargo.toml +++ b/backend/tauri-plugin-deep-link/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" include = ["src/**", "Cargo.toml", "LICENSE_*"] [dependencies] -dirs = "5" +dirs = "6" log = "0.4" once_cell = "1" tauri-utils = { version = "2" } diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 88309b406d..b41bcd07a2 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -115,7 +115,7 @@ dunce = "1.0.4" runas = { git = "https://github.com/libnyanpasu/rust-runas.git" } single-instance = "0.3.3" which = "7" -dirs = "5.0.1" +dirs = "6.0.0" open = "5.0.1" sysinfo = "0.33" num_cpus = "1"