From 97a45f9d481132dac0f4f5c3c4ffa8bcdfb20399 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 28 Mar 2023 14:14:52 -0500 Subject: [PATCH] chore: Update `windows` to v0.46. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e4f909..eb28cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ bevy = { version = "0.10", default-features = false } ctrlc = "3" [target.'cfg(windows)'.dependencies] -windows = { version = "0.44", features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } +windows = { version = "0.46", features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } [package.metadata.release] publish = false