diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-27 20:25:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 20:25:40 +0100 |
commit | d7c2a75a3bc8fad361f2db66991ae04cfb80fc95 (patch) | |
tree | c3d52e3582285ecbe98ccaba2d28275f9c30228f | |
parent | b599a2d134ba6a92c63982c794d32ca888f029b4 (diff) | |
download | FlightCore-d7c2a75a3bc8fad361f2db66991ae04cfb80fc95.tar.gz FlightCore-d7c2a75a3bc8fad361f2db66991ae04cfb80fc95.zip |
chore: bump sysinfo from 0.29.10 to 0.29.11 in /src-tauri (#686)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.10 to 0.29.11.
- [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>
-rw-r--r-- | src-tauri/Cargo.lock | 4 | ||||
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index cf155e75..010991db 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3943,9 +3943,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.10" +version = "0.29.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5" +checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8d6bc8b1..66b8decd 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.29.10" +sysinfo = "0.29.11" # HTTP requests reqwest = { version = "0.11", features = ["blocking"] } # Persistent store for settings |