From 1e228f959ae093932c758ccbc5bc60d01353fd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:05:28 +0000 Subject: [PATCH] chore(deps): update windows requirement from 0.61.1 to 0.62.1 --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.1 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 efcc962..a4d4e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ libc = "0.2.159" libc = "0.2.159" [target.'cfg(target_os = "windows")'.dependencies.windows] -version = "0.61.1" +version = "0.62.1" features = [ "Win32_Foundation", "Win32_System_Threading",