mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:33:45 +08:00
Merge pull request #3 from Kuingsmile/main
fix: Downgrade runas to fix service install bug
This commit is contained in:
commit
aba706a293
8
src-tauri/Cargo.lock
generated
8
src-tauri/Cargo.lock
generated
@ -3700,14 +3700,12 @@ checksum = "e60ef3b82994702bbe4e134d98aadca4b49ed04440148985678d415c68127666"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "runas"
|
name = "runas"
|
||||||
version = "1.1.0"
|
version = "1.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "49535b7c73aec5596ae2c44a6d8a7a8f8592e5744564c327fd4846750413d921"
|
checksum = "ed87390fefd18965ff20baae5aeb9913bcf82d2b59dc04c0f6d8f17f7be56ff2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"cc",
|
||||||
"security-framework-sys",
|
|
||||||
"which",
|
"which",
|
||||||
"windows-sys 0.48.0",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -44,7 +44,7 @@ wry = { version = "0.24.3" }
|
|||||||
|
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
runas = "1.1.0"
|
runas = "=1.0.0"
|
||||||
deelevate = "0.2.0"
|
deelevate = "0.2.0"
|
||||||
winreg = { version = "0.50", features = ["transactions"] }
|
winreg = { version = "0.50", features = ["transactions"] }
|
||||||
windows-sys = { version = "0.48", features = ["Win32_System_LibraryLoader", "Win32_System_SystemInformation"] }
|
windows-sys = { version = "0.48", features = ["Win32_System_LibraryLoader", "Win32_System_SystemInformation"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user