From 7a0bd126ec2ec2aa4500616705afd3dba21f3d62 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:02:40 +0100 Subject: chore: Bump libthermite version to 0.3.4 (#52) --- 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 4455357d..51c69a18 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1638,9 +1638,9 @@ dependencies = [ [[package]] name = "libthermite" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228ada3d3086e6087c889d72e65450b93e42b069bdcf39377e9ba46db637a80b" +checksum = "9ced5f2756672c1379a5ee41771af8e1ead525a9f6b1e2a2139105a6754f6bb5" dependencies = [ "directories", "futures-util", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 30d80047..d63daf87 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -25,7 +25,7 @@ steamlocate = "1.0.2" # Error messages anyhow = "1.0" # libthermite for Northstar/mod install handling -libthermite = "0.3.3" +libthermite = "0.3.4" # zip stuff zip = "0.6.2" # powershell interaction -- cgit v1.2.3