From 9fe9019819909db2f9f216fc1fd349781ef26ef0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:48:31 +0000 Subject: [PATCH] chore(deps): update rust crate interprocess to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c1d25a..c845a27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ once_cell = "1" tauri-utils = { version = "1" } [target.'cfg(windows)'.dependencies] -interprocess = { version = "1.2", default-features = false } +interprocess = { version = "2.0", default-features = false } windows-sys = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_UI_Input_KeyboardAndMouse",