diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-02 17:21:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 17:21:36 +0100 |
commit | df633f1f6568573f3e238b2e74a142e5598ba7d5 (patch) | |
tree | 0f341bb81fe108a9b20af72084eaa0fb2d6d0424 /src-tauri/Cargo.toml | |
parent | e79ad902c8f33da32bf22c0f85580ae7379747df (diff) | |
download | FlightCore-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/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |