diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-13 02:04:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 02:04:35 +0200 |
commit | 0048906bc528bda6bb82f6916408d687a88ce480 (patch) | |
tree | 87d260410304dc9f5593ca68c5295425af000ece /src-tauri/Cargo.lock | |
parent | 7f26fc545503c523a6ce2bf2fc198190ec5720a3 (diff) | |
download | FlightCore-0048906bc528bda6bb82f6916408d687a88ce480.tar.gz FlightCore-0048906bc528bda6bb82f6916408d687a88ce480.zip |
chore: bump sysinfo from 0.29.8 to 0.29.10 in /src-tauri (#554)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.8 to 0.29.10.
- [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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 63a575fb..542783a9 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3891,9 +3891,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.8" +version = "0.29.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528" +checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5" dependencies = [ "cfg-if", "core-foundation-sys", |