Skip to content

Commit

Permalink
fix(deps): update rust crate windows to 0.52 (#845)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate windows to 0.52

* Update Cargo.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Amr Bashir <[email protected]>
  • Loading branch information
renovate[bot] and amrbashir authored Nov 16, 2023
1 parent fce9d26 commit 7486f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ 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.51"
version = "0.52"
features = [
"implement",
"Win32_Devices_HumanInterfaceDevice",
Expand Down

0 comments on commit 7486f70

Please sign in to comment.