aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-27 20:25:40 +0100
committerGitHub <noreply@github.com>2023-11-27 20:25:40 +0100
commitd7c2a75a3bc8fad361f2db66991ae04cfb80fc95 (patch)
treec3d52e3582285ecbe98ccaba2d28275f9c30228f /src-tauri/Cargo.lock
parentb599a2d134ba6a92c63982c794d32ca888f029b4 (diff)
downloadFlightCore-d7c2a75a3bc8fad361f2db66991ae04cfb80fc95.tar.gz
FlightCore-d7c2a75a3bc8fad361f2db66991ae04cfb80fc95.zip
chore: bump sysinfo from 0.29.10 to 0.29.11 in /src-tauri (#686)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.10 to 0.29.11. - [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 cf155e75..010991db 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -3943,9 +3943,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.29.10"
+version = "0.29.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
+checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
dependencies = [
"cfg-if",
"core-foundation-sys",