From 8677b1043e0aab6952c05e5ee59890058c3df3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:03:53 +0000 Subject: [PATCH] Update windows requirement from 0.58.0 to 0.62.1 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/commits) --- updated-dependencies: - dependency-name: windows dependency-version: 0.61.3 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 ba3b6c0..5368968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ lsp-types = "0.97.0" [workspace.dependencies.windows] features = ["Wdk", "Wdk_System", "Wdk_System_SystemServices"] -version = "0.58.0" +version = "0.62.1" [workspace.lints.clippy] almost_complete_range = "allow"