chore(deps): update rust crate winreg to 0.56.0 (#6508)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-03-15 14:10:06 +08:00 committed by GitHub
parent 4cb49e6032
commit 41c3a166a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

12
Cargo.lock generated
View File

@ -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"

View File

@ -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]