diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-06 15:16:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 15:16:52 +0200 |
commit | 3b34cf4b078afeb826ea0abf4a94e2f7dd579302 (patch) | |
tree | cf9131ae5df6394c82395fc41894ef135ef3d823 /src-tauri/Cargo.toml | |
parent | 21ed7a7fac26d4ac6f3f00f15d618024149d711e (diff) | |
download | FlightCore-3b34cf4b078afeb826ea0abf4a94e2f7dd579302.tar.gz FlightCore-3b34cf4b078afeb826ea0abf4a94e2f7dd579302.zip |
chore: bump sysinfo from 0.30.11 to 0.30.12 in /src-tauri (#916)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.11 to 0.30.12.
- [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 b85fa611..7bc368a6 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.11" +sysinfo = "0.30.12" # HTTP requests reqwest = { version = "0.11", features = ["blocking"] } # Persistent store for settings |