From d20704611e0ed42062420f43f65849641e930e55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 06:36:37 +0000 Subject: [PATCH] chore(deps): update rust crate windows-sys to 0.60 --- plugins/single-instance/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/single-instance/Cargo.toml b/plugins/single-instance/Cargo.toml index 27ea14e8..41dc6a34 100644 --- a/plugins/single-instance/Cargo.toml +++ b/plugins/single-instance/Cargo.toml @@ -19,7 +19,7 @@ thiserror = { workspace = true } semver = { version = "1", optional = true } [target.'cfg(target_os = "windows")'.dependencies.windows-sys] -version = "0.59" +version = "0.60" features = [ "Win32_System_Threading", "Win32_System_DataExchange",