From 5ea4fd779682294ac155058bc19af050409608b7 Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Sat, 2 Mar 2024 01:03:22 +1000 Subject: [PATCH] Update windows dependency version to 0.54 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06c8475..0fe6df3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0" simplelog = { version = "0.12", features = ["paris"] } [dependencies.windows] -version = "0.52" +version = "0.54" features = [ "Win32_Foundation", "Win32_System_Diagnostics_Debug",