deps: update sysinfo to 0.23.4 (#678)

This commit is contained in:
Clement Tsang 2022-02-24 20:12:37 -08:00 committed by GitHub
parent 1642b570b8
commit c2bfcec40e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

4
Cargo.lock generated
View file

@ -1487,9 +1487,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.23.0"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e757000a4bed2b1be9be65a3f418b9696adf30bb419214c73997422de73a591"
checksum = "70d06c623c041b6aec9830080e9069b4ab6a84de3b4b4d14b4bbb09c629efdc0"
dependencies = [
"cfg-if",
"core-foundation-sys 0.8.3",

View file

@ -52,8 +52,7 @@ itertools = "0.10.0"
once_cell = "1.5.2"
regex = "1.5.4"
serde = { version = "1.0.125", features = ["derive"] }
# Sysinfo is still used in Linux for the ProcessStatus
sysinfo = "0.23.0"
sysinfo = "0.23.4"
thiserror = "1.0.24"
time = { version = "0.3.5", features = ["formatting", "macros"] }
toml = "0.5.8"
@ -62,7 +61,6 @@ typed-builder = "0.9.0"
unicode-segmentation = "1.7.1"
unicode-width = "0.1"
# For debugging only... disable on release builds with for now? TODO: Redo this.
fern = { version = "0.6.0", optional = true }
log = { version = "0.4.14", optional = true }
battery = { version = "0.7.8", optional = true }