From 9f02283a6ff716639d3c24ccc91598c2d9b20152 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 21:40:25 +0200 Subject: [PATCH] fix(deps): update rust crate windows-sys to 0.42 (#18) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83c756e4..ce3d99d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = ["/examples"] tauri = { version = "1" } [target.'cfg(target_os = "windows")'.dependencies.windows-sys] -version = "0.36" +version = "0.42" features = [ "Win32_System_Threading", "Win32_System_DataExchange",