build(deps): update windows requirement from 0.56.0 to 0.57.0 in /rust

Updates the requirements on [windows](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.56.0...0.57.0)

---
updated-dependencies:
- dependency-name: windows
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-10 00:47:19 +00:00 committed by GitHub
parent b530742634
commit ebbce1ed57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,5 +22,5 @@ anyhow = "1.0"
win32job = "2"
scopeguard = "1.2"
notify-rust = "4"
windows = { version = "0.56.0", features = ["Win32_UI_WindowsAndMessaging"] }
windows = { version = "0.57.0", features = ["Win32_UI_WindowsAndMessaging"] }
asar = "0.3.0"