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.toml | |
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.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4d8a57ef..8f3857e0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -39,7 +39,7 @@ zip = "0.6.2" # Regex regex = "1.9" # Read out running application process names -sysinfo = "0.29.8" +sysinfo = "0.29.10" # HTTP requests reqwest = { version = "0.11", features = ["blocking"] } # Persistent store for settings |