aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-25 00:26:59 +0100
committerGitHub <noreply@github.com>2024-02-25 00:26:59 +0100
commitc9f0edaf7968e0d586b9b5f5f63187f23108a994 (patch)
tree732eacb901247b3577fe77ea101e15f5d7ff8a04 /src-tauri/Cargo.toml
parent303af92ee9acfa7f176d20d07289e0aa159fd84c (diff)
downloadFlightCore-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/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index b17a3d67..98951345 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -39,7 +39,7 @@ zip = "0.6.2"
# Regex
regex = "1.10"
# Read out running application process names
-sysinfo = "0.29.11"
+sysinfo = "0.30.5"
# HTTP requests
reqwest = { version = "0.11", features = ["blocking"] }
# Persistent store for settings