Browse Source

build: Dependency downgrade

MystiPanda 1 year ago
parent
commit
7ba22045e8
2 changed files with 4 additions and 6 deletions
  1. 3 5
      src-tauri/Cargo.lock
  2. 1 1
      src-tauri/Cargo.toml

+ 3 - 5
src-tauri/Cargo.lock

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

+ 1 - 1
src-tauri/Cargo.toml

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