From f06f4bc44f4c61f226d9e1bf0c08120466dbec4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:42:41 +0000 Subject: [PATCH] fix(deps): update rust crate windows-sys to 0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eeb1cda4..949f218f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1", optional = true } dpi = "0.1" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] -version = "0.52" +version = "0.59" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation",