Skip to content

Commit c7a1ce7

Browse files
Update windows-sys requirement from 0.45 to 0.48
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.45.0...0.48.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99b9abc commit c7a1ce7

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
@@ -36,7 +36,7 @@ default-features = false
3636
blocking = "1.0.0"
3737

3838
[target.'cfg(windows)'.dependencies.windows-sys]
39-
version = "0.45"
39+
version = "0.48"
4040
default-features = false
4141
features = [
4242
"Win32_Foundation",

0 commit comments

Comments
 (0)