Skip to content

Commit 9c31c10

Browse files
Update windows-sys requirement from 0.52.0 to 0.59.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](microsoft/windows-rs@0.52.0...0.59.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de2f15a commit 9c31c10

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
@@ -26,7 +26,7 @@ lazy_static = "1.4.0"
2626
encode_unicode = "0.3"
2727

2828
[target.'cfg(windows)'.dependencies.windows-sys]
29-
version = "0.52.0"
29+
version = "0.59.0"
3030
features = [
3131
"Win32_Foundation",
3232
"Win32_System_Console",

0 commit comments

Comments
 (0)