build(deps): update windows-sys requirement from 0.48.0 to 0.52.0
* build(deps): update windows-sys requirement from 0.48.0 to 0.52.0 Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.48.0...0.52.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Fix the clippy warning Signed-off-by: John Nunley <dev@notgull.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: John Nunley <dev@notgull.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Nunley <dev@notgull.net>
This commit is contained in:
parent
58da196740
commit
0b8f10d91d
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ wayland-sys = "0.31.0"
|
|||
x11rb = { version = "0.12.0", features = ["allow-unsafe-code", "shm"], optional = true }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
|
||||
version = "0.48.0"
|
||||
version = "0.52.0"
|
||||
features = ["Win32_Graphics_Gdi", "Win32_UI_WindowsAndMessaging", "Win32_Foundation"]
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue