Skip to content

Commit 362d7c6

Browse files
Update windows-sys requirement from 0.42 to 0.45 (#67)
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](microsoft/windows-rs@0.42.0...0.45.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8cc39b commit 362d7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.48"
1616
libc = "0.2"
1717

1818
[target.'cfg(windows)'.dependencies.windows-sys]
19-
version = "0.42"
19+
version = "0.45"
2020
features = [
2121
"Win32_Foundation",
2222
"Win32_System_Diagnostics_Debug",

0 commit comments

Comments
 (0)