aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.lock
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-26 18:38:56 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-26 18:38:56 +0200
commitde32f2e4c1d8cacfe3e314cff97ec62ddfa7e980 (patch)
tree87917f4284da56981c2832bdd79e1c26eed94635 /src-tauri/Cargo.lock
parent7572f51890fc5081502d3f7c1b8b5a2751ab9b1d (diff)
downloadFlightCore-de32f2e4c1d8cacfe3e314cff97ec62ddfa7e980.tar.gz
FlightCore-de32f2e4c1d8cacfe3e314cff97ec62ddfa7e980.zip
Re-enable updater
Diffstat (limited to 'src-tauri/Cargo.lock')
-rw-r--r--src-tauri/Cargo.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index b709518f..79cb0cb3 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1477,6 +1477,12 @@ dependencies = [
]
[[package]]
+name = "minisign-verify"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881"
+
+[[package]]
name = "miniz_oxide"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2754,6 +2760,7 @@ checksum = "e1a56a8b125069c2682bd31610109b4436c050c74447bee1078217a0325c1add"
dependencies = [
"anyhow",
"attohttpc",
+ "base64",
"cocoa",
"dirs-next",
"embed_plist",
@@ -2766,6 +2773,7 @@ dependencies = [
"heck 0.4.0",
"http",
"ignore",
+ "minisign-verify",
"notify-rust",
"objc",
"once_cell",
@@ -2791,12 +2799,14 @@ dependencies = [
"tauri-utils",
"tempfile",
"thiserror",
+ "time",
"tokio",
"url",
"uuid 1.1.2",
"webkit2gtk",
"webview2-com",
"windows 0.37.0",
+ "zip",
]
[[package]]
@@ -3725,3 +3735,14 @@ name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
+
+[[package]]
+name = "zip"
+version = "0.6.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d"
+dependencies = [
+ "byteorder",
+ "crc32fast",
+ "crossbeam-utils",
+]