From 55363292d71417b8475007ddfab45ac7cc77637a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:22:15 +0000 Subject: [PATCH] Update windows requirement from >=0.53, <=0.61 to >=0.53, <=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.58.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 33ddad8..ebe799a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ objc2-metal = { version = "0.3", default-features = false, features = [ ], optional = true } [target.'cfg(windows)'.dependencies.windows] -version = ">=0.53, <=0.61" +version = ">=0.53, <=0.62" features = [ "Win32_Graphics_Direct3D12", "Win32_Graphics_Dxgi_Common",