From 3fa48f5b082f6794ae484b109442cd7269135500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:34:31 +0000 Subject: [PATCH] Update windows requirement from 0.60 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.60.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 15a1362..24183c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ flate2 = "1.1.0" # cc = "1.2.8" [target.'cfg(windows)'.dependencies] -windows = {version = "0.60", features = ["Win32_Globalization","Win32_System_SystemServices"]} +windows = {version = "0.62", features = ["Win32_Globalization","Win32_System_SystemServices"]} # https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies # https://doc.rust-lang.org/reference/conditional-compilation.html