From 6bc191427381f46aaf269e83598c94d91b470c1a Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 16 Sep 2022 23:34:04 +0200 Subject: Show in UI if FlightCore out-of-date To show user if application is outdated should self-update somehow not work. --- src-tauri/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src-tauri/Cargo.toml') diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d2fb7171..39fd946f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -34,6 +34,8 @@ powershell_script = "1.0.4" regex = "1.6.0" # Read out running application process names sysinfo = "0.26.2" +# HTTP requests +reqwest = { version = "0.11", features = ["blocking"] } [features] # by default Tauri runs in production mode -- cgit v1.2.3