diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-25 00:26:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 00:26:59 +0100 |
commit | c9f0edaf7968e0d586b9b5f5f63187f23108a994 (patch) | |
tree | 732eacb901247b3577fe77ea101e15f5d7ff8a04 /src-tauri/src | |
parent | 303af92ee9acfa7f176d20d07289e0aa159fd84c (diff) | |
download | FlightCore-c9f0edaf7968e0d586b9b5f5f63187f23108a994.tar.gz FlightCore-c9f0edaf7968e0d586b9b5f5f63187f23108a994.zip |
chore: bump sysinfo from 0.29.11 to 0.30.5 in /src-tauri (#742)
* chore: bump sysinfo from 0.29.11 to 0.30.5 in /src-tauri
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.11 to 0.30.5.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)
---
updated-dependencies:
- dependency-name: sysinfo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: Remove now unneeded imports
The current imports seem to no longer be needed and don't exist anymore anyway
---------
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/src')
-rw-r--r-- | src-tauri/src/util.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-tauri/src/util.rs b/src-tauri/src/util.rs index ad09eec2..1d355997 100644 --- a/src-tauri/src/util.rs +++ b/src-tauri/src/util.rs @@ -2,7 +2,6 @@ use anyhow::{Context, Result}; use serde::{Deserialize, Serialize}; -use sysinfo::{ProcessExt, SystemExt}; use zip::ZipArchive; use crate::constants::{APP_USER_AGENT, MASTER_SERVER_URL, SERVER_BROWSER_ENDPOINT}; |