aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-02 17:21:36 +0100
committerGitHub <noreply@github.com>2024-02-02 17:21:36 +0100
commitdf633f1f6568573f3e238b2e74a142e5598ba7d5 (patch)
tree0f341bb81fe108a9b20af72084eaa0fb2d6d0424 /src-tauri
parente79ad902c8f33da32bf22c0f85580ae7379747df (diff)
downloadFlightCore-df633f1f6568573f3e238b2e74a142e5598ba7d5.tar.gz
FlightCore-df633f1f6568573f3e238b2e74a142e5598ba7d5.zip
chore: bump libthermite from 0.7.0 to 0.7.1 in /src-tauri (#782)
Bumps libthermite from 0.7.0 to 0.7.1. --- updated-dependencies: - dependency-name: libthermite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/Cargo.lock4
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 5b3da0dc..4a4a492e 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -2088,9 +2088,9 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "libthermite"
-version = "0.7.0"
+version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f03a5433bd7fe142ed36e8df2596fff1d2fa5d3cd3a4ee80480ba37e7645313"
+checksum = "1c4f076e602c8aa9ec99cd8b2d23cdf1606c27e5f04cba13aa61bdc50e678ee8"
dependencies = [
"flate2",
"json5",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 2277ede0..8db00ed1 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -33,7 +33,7 @@ steamlocate = "1.2"
# Error messages
anyhow = "1.0"
# libthermite for Northstar/mod install handling
-libthermite = { version = "0.7.0", features = ["proton"] }
+libthermite = { version = "0.7.1", features = ["proton"] }
# zip stuff
zip = "0.6.2"
# Regex