From aa8e7176b0a3172ee7ecf936e34822393f2fb896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:19:17 +0200 Subject: [PATCH] fix(deps): update rust crate windows-sys to 0.59 (v1) (#1601) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- plugins/single-instance/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b84667a0a..b251aeac0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4980,7 +4980,7 @@ dependencies = [ "serde_json", "tauri", "thiserror", - "windows-sys 0.52.0", + "windows-sys 0.59.0", "zbus", ] diff --git a/plugins/single-instance/Cargo.toml b/plugins/single-instance/Cargo.toml index f22c476e3..27ea14e8d 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.52" +version = "0.59" features = [ "Win32_System_Threading", "Win32_System_DataExchange",