From 5063e750cdf81db50b51b7cf956fb116f0a3f4d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:35:34 +0000 Subject: [PATCH] Update windows requirement from 0.52 to 0.56 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.52.0...0.56.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 6d7823e..f2f18f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ version = "0.37" optional = true [dependencies.windows] -version = "0.52" +version = "0.56" optional = true features = ["Win32_Graphics_Direct3D12", "Win32_Graphics_Dxgi_Common"]