mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
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:
parent
0f7828569a
commit
4e73d0095f
3 changed files with 42 additions and 24 deletions
|
@ -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"] }
|
||||
|
|
|
@ -214,6 +214,5 @@ mod win {
|
|||
None, // lpreserved, unused
|
||||
)
|
||||
}
|
||||
.ok()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue