aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-14 14:11:09 +0200
committerGitHub <noreply@github.com>2023-08-14 14:11:09 +0200
commit2b6f62fd477e22c1b0b97bbe570e80d3e937ac81 (patch)
tree73858948365597dc0e249289f1646f5c7bed7840 /src-tauri/Cargo.lock
parent8c5711f50e17f8a9d73154c8638ce1d613bc8dc5 (diff)
downloadFlightCore-2b6f62fd477e22c1b0b97bbe570e80d3e937ac81.tar.gz
FlightCore-2b6f62fd477e22c1b0b97bbe570e80d3e937ac81.zip
chore: bump sysinfo from 0.29.7 to 0.29.8 in /src-tauri (#510)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.7 to 0.29.8. - [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.lock')
-rw-r--r--src-tauri/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index e8f89c21..53f2b914 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -3882,9 +3882,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.29.7"
+version = "0.29.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "165d6d8539689e3d3bc8b98ac59541e1f21c7de7c85d60dc80e43ae0ed2113db"
+checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528"
dependencies = [
"cfg-if",
"core-foundation-sys",