build(deps): bump sysinfo from 0.31.3 to 0.31.4 in the dep-updates group

Bumps the dep-updates group with 1 update: [sysinfo](https://github.com/GuillaumeGomez/sysinfo).


Updates `sysinfo` from 0.31.3 to 0.31.4
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.31.3...v0.31.4)

---
updated-dependencies:
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dep-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-29 05:24:37 +00:00 committed by GitHub
parent 3cb0e214e9
commit df2074c19d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2867,9 +2867,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.31.3"
version = "0.31.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b92e0bdf838cbc1c4c9ba14f9c97a7ec6cdcd1ae66b10e1e42775a25553f45d"
checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
dependencies = [
"core-foundation-sys",
"libc",

View File

@ -81,7 +81,7 @@ sha256 = "1.5.0"
signal-hook = "0.3.17"
slice-copy = "0.3.0"
smoltcp = "0.11.0"
sysinfo = "0.31.3"
sysinfo = "0.31.4"
termtree = "0.5.1"
thiserror = "1.0"
tokio-tun = "0.11.5"