diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-07 16:12:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 16:12:38 +0100 |
commit | 3c1b1f13b7e7dea116c5087c4330828c085bd6bf (patch) | |
tree | 9b2c2e933ed2834a7cbacbc076341c23a20ed1f8 /src-tauri/Cargo.toml | |
parent | 7632b0536289f7394251e0e7debbb1d41dbecfda (diff) | |
download | FlightCore-3c1b1f13b7e7dea116c5087c4330828c085bd6bf.tar.gz FlightCore-3c1b1f13b7e7dea116c5087c4330828c085bd6bf.zip |
chore: bump sysinfo from 0.30.6 to 0.30.7 in /src-tauri (#844)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.6 to 0.30.7.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.30.6...v0.30.7)
---
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 af187b12..31af60bd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -39,7 +39,7 @@ zip = "0.6.2" # Regex regex = "1.10" # Read out running application process names -sysinfo = "0.30.6" +sysinfo = "0.30.7" # HTTP requests reqwest = { version = "0.11", features = ["blocking"] } # Persistent store for settings |