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 <amr.bashir2015@gmail.com>
This commit is contained in:
renovate[bot]
2024-06-12 20:09:09 +03:00
committed by GitHub
parent 289ac036fc
commit 29bee15103
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"tao": "patch"
---
Update `windows` crate to `0.57`

View File

@@ -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",