Merge tag 'v1.0.2-alpha' into patcher-2.0

# Conflicts:
#	src-tauri/Cargo.lock
#	src-tauri/src/file_helpers.rs
#	src-tauri/src/main.rs
This commit is contained in:
Benj
2022-07-12 13:37:44 +08:00
14 changed files with 671 additions and 837 deletions

View File

@@ -27,14 +27,14 @@ serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
# Access system process info.
sysinfo = "0.23.12"
sysinfo = "0.24.6"
# ZIP-archive library.
zip-extract = "0.1.1"
zip = "0.6.2"
# For creating a "global" downloads list.
lazy_static = "1.4.0"
once_cell = "1.13.0"
# Program opener.
open = "2.1.2"
@@ -43,9 +43,6 @@ duct = "0.13.5"
# Serialization.
serde_json = "1"
# System process elevation.
runas = "0.2.1"
# Dependencies for the HTTP(S) proxy.
http = "0.2"
hudsucker = "0.17.2"