From 9e3bea56f7e327ecdfae39cb662301c43ddcb4c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:30:06 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate windows to 0.52 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2141e9aa1..23864c751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ image = { version = "0.24", default-features = false } windows-implement = "0.51" [target."cfg(target_os = \"windows\")".dependencies.windows] - version = "0.51" + version = "0.52" features = [ "implement", "Win32_Devices_HumanInterfaceDevice", From 1291f3d9973aae08ed08337619292101d4409c69 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Fri, 17 Nov 2023 00:54:31 +0200 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23864c751..6f1ae0428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ png = "0.17" parking_lot = "0.12" unicode-segmentation = "1.10" image = { version = "0.24", default-features = false } -windows-implement = "0.51" +windows-implement = "0.52" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.52"