From ed8f87e8f389b56a94a0500a100d6acb78a20fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 08:11:16 +0000 Subject: [PATCH] chore(deps): update windows requirement from 0.58.0 to 0.61.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-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 8d56f17..b30b911 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.58.0" +version = "0.61.1" features = [ "Win32_Foundation", "Win32_System_Threading",