diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-04 15:54:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 15:54:21 +0200 |
commit | 91860b91fe892ffee0af3301b950d603cbe12ff9 (patch) | |
tree | 2d01b0a30d3ff0dc96b0abb015320cb32102d553 /src-tauri/Cargo.toml | |
parent | 6080fe945363077599e71512129cb926b291119d (diff) | |
download | FlightCore-91860b91fe892ffee0af3301b950d603cbe12ff9.tar.gz FlightCore-91860b91fe892ffee0af3301b950d603cbe12ff9.zip |
chore: bump sysinfo from 0.30.12 to 0.30.13 in /src-tauri (#1019)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.12 to 0.30.13.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.30.13)
---
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 4740005b..0d2508fd 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.12" +sysinfo = "0.30.13" # HTTP requests reqwest = { version = "0.11", features = ["blocking"] } # Persistent store for settings |