diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-27 21:16:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-27 21:16:22 +0200 |
commit | fee2044aeed41856c48e1845f400b95a93313132 (patch) | |
tree | d8031363e744977c2bd18db641f0ba0143388fc4 /src-tauri/Cargo.lock | |
parent | 3ce94cde959df602fc2ed9fc42d24edf24efe7a4 (diff) | |
download | FlightCore-fee2044aeed41856c48e1845f400b95a93313132.tar.gz FlightCore-fee2044aeed41856c48e1845f400b95a93313132.zip |
chore: bump libthermite from 0.7.1 to 0.8.1 in /src-tauri (#954)
* chore: bump libthermite from 0.7.1 to 0.8.1 in /src-tauri
Bumps libthermite from 0.7.1 to 0.8.1.
---
updated-dependencies:
- dependency-name: libthermite
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: Adjust logic for new libthermite release
Not the nicest implementation but does the trick
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
Diffstat (limited to 'src-tauri/Cargo.lock')
-rw-r--r-- | src-tauri/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 2b7413c8..0f0a2219 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2314,9 +2314,9 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libthermite" -version = "0.7.1" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c4f076e602c8aa9ec99cd8b2d23cdf1606c27e5f04cba13aa61bdc50e678ee8" +checksum = "c27ac02c14161a4b0db739b37618d929d7f2af320c1f993e3d674599f77b79e7" dependencies = [ "flate2", "json5", |