From bc2b8d27b016344a91943fcabcbdc262a33a32df Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:31:07 +1000 Subject: [PATCH] Update windows dependency version in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 632ec58..3f6cca3 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.51" +version = "0.52" features = [ "Win32_Foundation", "Win32_System_Diagnostics_Debug",