Skip to content

Commit 1f59383

Browse files
Update windows requirement from 0.58 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](microsoft/windows-rs@0.58.0...0.62.0) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a33fad7 commit 1f59383

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
@@ -27,7 +27,7 @@ objc2-security = "0.3"
2727
block2 = "0.6"
2828

2929
[target.'cfg(target_os = "windows")'.dependencies]
30-
windows = { version = "0.58", features = ["Foundation", "Storage_Streams", "Security_Credentials_UI", "Security_Cryptography_Core", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"] }
30+
windows = { version = "0.62", features = ["Foundation", "Storage_Streams", "Security_Credentials_UI", "Security_Cryptography_Core", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"] }
3131

3232
[build-dependencies]
3333
tauri-plugin = { version = "2.4.0", features = ["build"] }

0 commit comments

Comments
 (0)