From 9c0e9cb253d46787c200018d24f11a8040e0ca03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 03:57:21 +0000 Subject: [PATCH] fix(deps): update rust crate winreg to 0.52 --- backend/sysproxy-rs/Cargo.toml | 2 +- backend/tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",