From f24b9d791aacac90238ed067fe10c3e97126cb94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:03:39 +0000 Subject: [PATCH] Update windows requirement from 0.59 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](https://github.com/microsoft/windows-rs/compare/0.59.0...0.62.0) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.0 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 27c046d1..ef4b8f43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,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.62", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] } [build-dependencies] opencv-binding-generator = { version = "0.98.0", path = "binding-generator" }