From 895c48feeda0c36bb6dc580a768d96d8709c2912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 02:22:58 +0000 Subject: [PATCH] Update windows requirement from 0.59 to 0.61 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-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84b323e1..5fdd930c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio [target.'cfg(target_os = "windows")'.dependencies] # windows-0.60+ breaks the build in some cases: https://github.com/twistedfall/opencv-rust/issues/660 -windows = { version = "0.59", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] } +windows = { version = "0.61", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] } [build-dependencies] opencv-binding-generator = { version = "0.96.1", path = "binding-generator" }