diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 6bc07180ee..94ca12ea78 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -61,7 +61,7 @@ glob = "0.3.1" runas = "=1.1.0" deelevate = "0.2.0" winreg = { version = "0.50", features = ["transactions"] } -windows-sys = { version = "0.48", features = [ +windows-sys = { version = "0.52", features = [ "Win32_System_LibraryLoader", "Win32_System_SystemInformation", ] }