aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-05 13:29:45 +0200
committerGitHub <noreply@github.com>2023-08-05 13:29:45 +0200
commitc1a59132044dd87e6052261ec10ceba85206ac98 (patch)
treea9aab2d900775dc42ff58e548a3983040a359dd3 /src-tauri
parentc7688e650381f5b06f42bea4ddd3fa32f404cea2 (diff)
downloadFlightCore-c1a59132044dd87e6052261ec10ceba85206ac98.tar.gz
FlightCore-c1a59132044dd87e6052261ec10ceba85206ac98.zip
chore: bump sysinfo from 0.26.9 to 0.29.7 in /src-tauri (#475)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.26.9 to 0.29.7. - [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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/Cargo.lock4
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index d2da9949..e46b0900 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -3852,9 +3852,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.26.9"
+version = "0.29.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c18a6156d1f27a9592ee18c1a846ca8dd5c258b7179fc193ae87c74ebb666f5"
+checksum = "165d6d8539689e3d3bc8b98ac59541e1f21c7de7c85d60dc80e43ae0ed2113db"
dependencies = [
"cfg-if",
"core-foundation-sys",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 11f5928e..15e9cb3a 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -39,7 +39,7 @@ zip = "0.6.2"
# Regex
regex = "1.6.0"
# Read out running application process names
-sysinfo = "0.26.2"
+sysinfo = "0.29.7"
# HTTP requests
reqwest = { version = "0.11", features = ["blocking"] }
# Persistent store for settings