From c90638fd344b05d4e4141eccfbbfd0a508ee303e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:16:45 +0000 Subject: [PATCH] fix(deps): update rust crate windows to 0.51.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f095df160..af3a8ac3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ image = { version = "0.24", default-features = false } windows-implement = "0.48.0" [target."cfg(target_os = \"windows\")".dependencies.windows] - version = "0.48.0" + version = "0.51.1" features = [ "implement", "Win32_Devices_HumanInterfaceDevice",