From a6c9d07fefb80f719d26d7b27b1e1529cab34205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:05:55 +0000 Subject: [PATCH] fix(deps): update rust crate windows-sys to 0.52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a56a9a..6c926ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ once_cell = "1" thiserror = "1" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] -version = "0.48" +version = "0.52" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation",