diff --git a/backend/sysproxy-rs/Cargo.toml b/backend/sysproxy-rs/Cargo.toml index e1409d9988..03a9fcd075 100644 --- a/backend/sysproxy-rs/Cargo.toml +++ b/backend/sysproxy-rs/Cargo.toml @@ -17,7 +17,7 @@ interfaces = "0.0.9" [target.'cfg(target_os = "windows")'.dependencies] iptools = "0.2.4" -winreg = { version = "0.10", features = ["transactions"] } +winreg = { version = "0.52", features = ["transactions"] } [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.52" diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 9e464e9933..d0df5bcdc4 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -68,7 +68,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"] } +winreg = { version = "0.52", features = ["transactions"] } windows-sys = { version = "0.48", features = [ "Win32_System_LibraryLoader", "Win32_System_SystemInformation",