From 75440c5b8cd97f079784aeb5a51691b17ac00dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:41:02 +0000 Subject: [PATCH] Update windows requirement from ^0.44 to ^0.58 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/compare/0.44.0...0.58.0) --- 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 8b2b49f..c3c6459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ libc = { version = "^0.2" } nix = { version = "^0.26" } [target.'cfg(windows)'.dependencies] -windows = { version = "^0.44", features = ["Win32_Foundation", "Win32_System_IO", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper"] } +windows = { version = "^0.58", features = ["Win32_Foundation", "Win32_System_IO", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper"] } lazy_static = { version = "^1.4" } [dev-dependencies]