From 83313f0f7c48af025ed8b067c65dfa19ddd4fb6b Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:35:13 +0900 Subject: [PATCH] Update windows dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8143291..c7f0253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ netlink-packet-route = "0.21" netlink-sys = "0.8" [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.52" +version = "0.59" features = ["Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", "Win32_NetworkManagement_Ndis"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]