aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-15 00:53:35 +0200
committerGitHub <noreply@github.com>2024-04-15 00:53:35 +0200
commit25b6cc257670387afb1ab70d475078e00c1f9059 (patch)
tree90376d37f5098b335344225511b14ebaf9ebbeff
parenta2384fa2e9bbef22cab3b1e09a9f7e4e6d7e89b4 (diff)
downloadFlightCore-25b6cc257670387afb1ab70d475078e00c1f9059.tar.gz
FlightCore-25b6cc257670387afb1ab70d475078e00c1f9059.zip
chore: bump sysinfo from 0.30.7 to 0.30.10 in /src-tauri (#886)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.7 to 0.30.10. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/v0.30.10/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.30.7...v0.30.10) --- 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>
-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 f4ffa228..9277f4af 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -4463,9 +4463,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.30.7"
+version = "0.30.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
+checksum = "26d7c217777061d5a2d652aea771fb9ba98b6dade657204b08c4b9604d11555b"
dependencies = [
"cfg-if",
"core-foundation-sys",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 7d08c777..ba401afd 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.7"
+sysinfo = "0.30.10"
# HTTP requests
reqwest = { version = "0.11", features = ["blocking"] }
# Persistent store for settings