Skip to content

Commit f75b758

Browse files
Update windows-core requirement from 0.61 to 0.62
Updates the requirements on [windows-core](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-core dependency-version: 0.62.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21f5951 commit f75b758

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
@@ -34,7 +34,7 @@ block2 = "0.5"
3434
[target.'cfg(target_os = "windows")'.dependencies]
3535
webview2-com = "0.38"
3636
windows = { version = "0.61", features = ["Win32_System_Com", "Win32_System_WinRT"] }
37-
windows-core = "0.61"
37+
windows-core = "0.62"
3838

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

0 commit comments

Comments
 (0)