diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-14 14:11:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-14 14:11:09 +0200 |
commit | 2b6f62fd477e22c1b0b97bbe570e80d3e937ac81 (patch) | |
tree | 73858948365597dc0e249289f1646f5c7bed7840 /src-tauri/Cargo.toml | |
parent | 8c5711f50e17f8a9d73154c8638ce1d613bc8dc5 (diff) | |
download | FlightCore-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.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 b8282d2e..48338237 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.7" +sysinfo = "0.29.8" # HTTP requests reqwest = { version = "0.11", features = ["blocking"] } # Persistent store for settings |