build(deps): update windows requirement from 0.48.0 to 0.51.0 in /crates/atomic-file-install (#1301)

build(deps): update windows requirement in /crates/atomic-file-install

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/windows-targets-0.48.1...0.51.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-17 12:46:57 +00:00 committed by GitHub
parent 0f7828569a
commit 4e73d0095f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 24 deletions

View file

@ -15,4 +15,4 @@ tempfile = "3.5.0"
tracing = "0.1.37"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.48.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
windows = { version = "0.51.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }

View file

@ -214,6 +214,5 @@ mod win {
None, // lpreserved, unused
)
}
.ok()
}
}