aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
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
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')
-rw-r--r--src-tauri/Cargo.lock8
-rw-r--r--src-tauri/Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 96b8fdb6..67bf9346 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -2244,9 +2244,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.150"
+version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
+checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libthermite"
@@ -4385,9 +4385,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.30.5"
+version = "0.30.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2"
+checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196"
dependencies = [
"cfg-if",
"core-foundation-sys",
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