From 41c3a166a551220ffd7a7a425519e142d2c1e23e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 14:10:06 +0800 Subject: [PATCH] chore(deps): update rust crate winreg to 0.56.0 (#6508) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 12 +++++++++++- src-tauri/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ae8ad647..d9deae0b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1192,7 +1192,7 @@ dependencies = [ "tokio-stream", "warp", "windows 0.62.2", - "winreg 0.55.0", + "winreg 0.56.0", "zip 8.2.0", ] @@ -9963,6 +9963,16 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "winreg" +version = "0.56.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d6f32a0ff4a9f6f01231eb2059cc85479330739333e0e58cadf03b6af2cca10" +dependencies = [ + "cfg-if", + "windows-sys 0.61.2", +] + [[package]] name = "wit-bindgen" version = "0.51.0" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0dbf12d8f..4a8451b92 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -109,7 +109,7 @@ dark-light = { git = "https://github.com/rust-dark-light/dark-light" } [target.'cfg(windows)'.dependencies] deelevate = { workspace = true } runas = "=1.2.0" -winreg = "0.55.0" +winreg = "0.56.0" windows = { version = "0.62.2", features = ["Win32_Globalization"] } [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]