aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-27 20:25:40 +0100
committerGitHub <noreply@github.com>2023-11-27 20:25:40 +0100
commitd7c2a75a3bc8fad361f2db66991ae04cfb80fc95 (patch)
treec3d52e3582285ecbe98ccaba2d28275f9c30228f /src-tauri/Cargo.toml
parentb599a2d134ba6a92c63982c794d32ca888f029b4 (diff)
downloadFlightCore-d7c2a75a3bc8fad361f2db66991ae04cfb80fc95.tar.gz
FlightCore-d7c2a75a3bc8fad361f2db66991ae04cfb80fc95.zip
chore: bump sysinfo from 0.29.10 to 0.29.11 in /src-tauri (#686)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.10 to 0.29.11. - [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-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 8d6bc8b1..66b8decd 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.10"
+sysinfo = "0.29.11"
# HTTP requests
reqwest = { version = "0.11", features = ["blocking"] }
# Persistent store for settings