diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-03-05 20:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 19:31:58 +0000 |
commit | 85393e170cf8912ee08a73a11eeee32b46662ee6 (patch) | |
tree | 0fe47ddc330de68f8068bebc99a57d0934822eeb | |
parent | 441b81ef0f46062713f618a57e0d297c8a7a70d3 (diff) | |
download | FlightCore-85393e170cf8912ee08a73a11eeee32b46662ee6.tar.gz FlightCore-85393e170cf8912ee08a73a11eeee32b46662ee6.zip |
chore: Bump libthermite to 0.5.3 (#199)
This adds a change needed for making progressbar work on dowload
-rw-r--r-- | src-tauri/Cargo.lock | 4 | ||||
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 22a78e24..9daf0504 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1864,9 +1864,9 @@ dependencies = [ [[package]] name = "libthermite" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80ab0312cd1bab244b8b1abd8a0f48b771d4591d4521344468e91a26d6d9fad0" +checksum = "0d8ef144beaf1e683b0ccb2e6e3e14d1e6a8f29e28be3c4fc93376539b28fe97" dependencies = [ "json5", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1fc281bc..73bd3bc8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -31,7 +31,7 @@ steamlocate = "1.0.2" # Error messages anyhow = "1.0" # libthermite for Northstar/mod install handling -libthermite = "0.5.2" +libthermite = "0.5.3" # zip stuff zip = "0.6.2" # Regex |