aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 13:32:53 +0200
committerGitHub <noreply@github.com>2024-04-22 13:32:53 +0200
commit1fe15e21bd30c25530f030e811276a05b62cd0fd (patch)
tree63a8f3fa33ebbcf8be9dcd67be13de51a2389205
parentb4326d12e9ba024049db8fe8d28cacc4034319f7 (diff)
downloadFlightCore-1fe15e21bd30c25530f030e811276a05b62cd0fd.tar.gz
FlightCore-1fe15e21bd30c25530f030e811276a05b62cd0fd.zip
chore: bump sysinfo from 0.30.10 to 0.30.11 in /src-tauri (#905)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.10 to 0.30.11. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.30.10...v0.30.11) --- 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 0553b7ec..487a2234 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -4454,9 +4454,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.30.10"
+version = "0.30.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26d7c217777061d5a2d652aea771fb9ba98b6dade657204b08c4b9604d11555b"
+checksum = "87341a165d73787554941cd5ef55ad728011566fe714e987d1b976c15dbc3a83"
dependencies = [
"cfg-if",
"core-foundation-sys",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 3ca7c08a..b85fa611 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.10"
+sysinfo = "0.30.11"
# HTTP requests
reqwest = { version = "0.11", features = ["blocking"] }
# Persistent store for settings