Skip to content

Commit 3d1dc47

Browse files
dependabot[bot]twistedfall
authored andcommitted
Update windows requirement from 0.56 to 0.57
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.56.0...0.57.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84f2847 commit 3d1dc47

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
@@ -29,7 +29,7 @@ once_cell = "1"
2929
rgb = { version = "0.8.20", features = ["argb"], optional = true }
3030

3131
[target.'cfg(target_os = "windows")'.dependencies]
32-
windows = { version = "0.56", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
32+
windows = { version = "0.57", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3333

3434
[build-dependencies]
3535
opencv-binding-generator = { version = "0.90.0", path = "binding-generator" }

0 commit comments

Comments
 (0)