Skip to content

Commit 40bfbab

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 978b968 commit 40bfbab

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
@@ -35,7 +35,7 @@ block2 = "0.6"
3535
[target.'cfg(target_os = "windows")'.dependencies]
3636
webview2-com = "0.38"
3737
windows = { version = "0.61", features = ["Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_WinRT"] }
38-
windows-core = "0.61"
38+
windows-core = "0.62"
3939

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

0 commit comments

Comments
 (0)