From 747ae9086984c3358d7802c8dd773ce52bec2803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 02:18:23 +0000 Subject: [PATCH] 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](https://github.com/microsoft/windows-rs/compare/0.56.0...0.57.0) --- 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 536d1812..03081e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ once_cell = "1" rgb = { version = "0.8.20", features = ["argb"], optional = true } [target.'cfg(target_os = "windows")'.dependencies] -windows = { version = "0.56", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] } +windows = { version = "0.57", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] } [build-dependencies] opencv-binding-generator = { version = "0.90.0", path = "binding-generator" }