From 29bee15103b6beeec617f103d475d2b707c35d83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:09:09 +0300 Subject: [PATCH] fix(deps): update rust crate windows to 0.57 (#935) * fix(deps): update rust crate windows to 0.57 * change file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: amrbashir --- .changes/windows-rs-0.57.md | 5 +++++ Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changes/windows-rs-0.57.md diff --git a/.changes/windows-rs-0.57.md b/.changes/windows-rs-0.57.md new file mode 100644 index 00000000..4bf05222 --- /dev/null +++ b/.changes/windows-rs-0.57.md @@ -0,0 +1,5 @@ +--- +"tao": "patch" +--- + +Update `windows` crate to `0.57` diff --git a/Cargo.toml b/Cargo.toml index a10c662b..95f7409c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,10 +58,10 @@ softbuffer = "0.4" parking_lot = "0.12" unicode-segmentation = "1.11" windows-version = "0.1" -windows-core = "0.56" +windows-core = "0.57" [target."cfg(target_os = \"windows\")".dependencies.windows] - version = "0.56" + version = "0.57" features = [ "implement", "Win32_Devices_HumanInterfaceDevice",