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]