chore(deps): bump sysinfo from 0.21.2 to 0.22.4

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.21.2 to 0.22.4.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-01-01 14:03:28 +00:00
committed by جاد
parent 749e247d85
commit 2b83ff8148
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1147,9 +1147,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.21.2"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f88d66f3341b688163d3585037954ff276cf24a234d015b30025318a3e3449a"
checksum = "ccb37aa4af23791c584202d286ed9420e023e9d27e49d5a76215623f4bcc2502"
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys",

View File

@@ -29,7 +29,7 @@ paste = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
strum = { version = "0.23", features = ["derive"] }
sysinfo = "0.21"
sysinfo = "0.22"
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }