From dcf806e590db0d4058cfb9ad31fbeeb77d2dba5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:43:28 +0000 Subject: [PATCH] Update Rust crate windows to 0.58 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bad8b7..e528763 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ spin = { version = "0.9", optional = true } thiserror = { version = "1.0" } [target.'cfg(windows)'.dependencies] -windows = { version = "0.56", features = [ +windows = { version = "0.58", features = [ "Win32_Foundation", "Win32_Networking_NetworkListManager", "Win32_Security",