Skip to content

Commit 1ce4bc1

Browse files
Update windows-sys requirement from 0.48.0 to 0.52.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.48.0...0.52.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0567bdc commit 1ce4bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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.48.0"
29+
version = "0.52.0"
3030
features = [
3131
"Win32_Foundation",
3232
"Win32_System_Console",

0 commit comments

Comments
 (0)