mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 21:40:33 +08:00
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:
parent
4cb49e6032
commit
41c3a166a5
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user