build: Dependency downgrade

This commit is contained in:
MystiPanda 2023-12-05 12:55:20 +08:00
parent bebf672186
commit 5dbf8e1d2b
2 changed files with 4 additions and 6 deletions

8
src-tauri/Cargo.lock generated
View File

@ -3730,14 +3730,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 4.4.2", "which 4.4.2",
"windows-sys 0.48.0",
] ]
[[package]] [[package]]

View File

@ -44,7 +44,7 @@ percent-encoding = "2.3.1"
[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.52", features = ["transactions"] } winreg = { version = "0.52", features = ["transactions"] }
windows-sys = { version = "0.52", features = ["Win32_System_LibraryLoader", "Win32_System_SystemInformation"] } windows-sys = { version = "0.52", features = ["Win32_System_LibraryLoader", "Win32_System_SystemInformation"] }