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",