From 85393e170cf8912ee08a73a11eeee32b46662ee6 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:31:58 +0100 Subject: chore: Bump libthermite to 0.5.3 (#199) This adds a change needed for making progressbar work on dowload --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src-tauri') 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 -- cgit v1.2.3