From 7c79d0a2046340c89f2581cd9b43e0aa64362506 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:35:52 +0000 Subject: [PATCH] fix(deps): update rust crate windows to 0.58 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a88c564d2..9464a39d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ windows-version = "0.1" windows-core = "0.57" [target."cfg(target_os = \"windows\")".dependencies.windows] - version = "0.57" + version = "0.58" features = [ "implement", "Win32_Devices_HumanInterfaceDevice",