From 78b3e694be687b057b1a79ecd17ee868d04188d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 04:25:50 +0000 Subject: [PATCH] Update windows-sys requirement from 0.60 to 0.61 Updates the requirements on [windows-sys](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.61.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.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 6348e40..fcc72dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ netlink-packet-core = "0.7.0" [target.'cfg(target_os = "windows")'.dependencies] flume = "0.11" -windows-sys = { version = "0.60", features = [ +windows-sys = { version = "0.61", features = [ "Win32_System_Diagnostics_Debug", "Win32_System_SystemServices", "Win32_Security_Cryptography",