From 4f2ec9ec09d5dcac1061b150500f7d7145ad18a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 02:23:06 +0200 Subject: [PATCH] fix(deps): update rust crate windows-sys to 0.45 (#37) 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 e9eafb6..4e515a9 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.42" +version = "0.45" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation",