diff --git a/Cargo.toml b/Cargo.toml index b88050a..e19f438 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.46", features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } +windows = { version = "0.48", features = ["Win32_Foundation", "Win32_System_Power", "Win32_System_Registry", "Win32_System_SystemServices"] } [package.metadata.release] publish = false