From 8135a5859aa5d724d11d38eec77fdcf632190b7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 03:57:15 +0000 Subject: [PATCH] fix(deps): update rust crate windows-sys to 0.52 --- backend/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 9e464e9933..1ace789e9f 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -69,7 +69,7 @@ runas = "=1.0.0" # blocked by https://github.com/mitsuhiko/rust-runas/issues/13 [target.'cfg(windows)'.dependencies] 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", ] }