Skip to content

Commit a84d237

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

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
@@ -21,7 +21,7 @@ edition = '2021'
2121
"zbus" = "5.3.0"
2222

2323
[target.'cfg(target_os = "windows")'.dependencies.windows]
24-
version = '0.59.0'
24+
version = '0.60.0'
2525
features = [
2626
'Win32_Foundation',
2727
'Win32_Security',

0 commit comments

Comments
 (0)