Skip to content

Commit 5826758

Browse files
Update windows requirement from 0.61 to 0.62
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](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21f5951 commit 5826758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ block2 = "0.5"
3333

3434
[target.'cfg(target_os = "windows")'.dependencies]
3535
webview2-com = "0.38"
36-
windows = { version = "0.61", features = ["Win32_System_Com", "Win32_System_WinRT"] }
36+
windows = { version = "0.62", features = ["Win32_System_Com", "Win32_System_WinRT"] }
3737
windows-core = "0.61"
3838

3939
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)