aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 13:55:51 +0100
committerGitHub <noreply@github.com>2024-03-04 13:55:51 +0100
commite9adde3abce1a5eda9cc23f5e6584ff054dcb82d (patch)
tree385508604d7dc48a2d25fa29f1d93a5bad63d00e /src-tauri/Cargo.toml
parentb4553d1a823da77090ab4dc0293eec657939868e (diff)
downloadFlightCore-e9adde3abce1a5eda9cc23f5e6584ff054dcb82d.tar.gz
FlightCore-e9adde3abce1a5eda9cc23f5e6584ff054dcb82d.zip
chore: bump sysinfo from 0.30.5 to 0.30.6 in /src-tauri (#834)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.5 to 0.30.6. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.30.5...v0.30.6) --- updated-dependencies: - dependency-name: sysinfo 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index ea95e511..fdb9c6b7 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.30.5"
+sysinfo = "0.30.6"
# HTTP requests
reqwest = { version = "0.11", features = ["blocking"] }
# Persistent store for settings