mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
deps: update sysinfo to 0.23.4 (#678)
This commit is contained in:
parent
1642b570b8
commit
c2bfcec40e
2 changed files with 3 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1487,9 +1487,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sysinfo"
|
name = "sysinfo"
|
||||||
version = "0.23.0"
|
version = "0.23.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9e757000a4bed2b1be9be65a3f418b9696adf30bb419214c73997422de73a591"
|
checksum = "70d06c623c041b6aec9830080e9069b4ab6a84de3b4b4d14b4bbb09c629efdc0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"core-foundation-sys 0.8.3",
|
"core-foundation-sys 0.8.3",
|
||||||
|
|
|
@ -52,8 +52,7 @@ itertools = "0.10.0"
|
||||||
once_cell = "1.5.2"
|
once_cell = "1.5.2"
|
||||||
regex = "1.5.4"
|
regex = "1.5.4"
|
||||||
serde = { version = "1.0.125", features = ["derive"] }
|
serde = { version = "1.0.125", features = ["derive"] }
|
||||||
# Sysinfo is still used in Linux for the ProcessStatus
|
sysinfo = "0.23.4"
|
||||||
sysinfo = "0.23.0"
|
|
||||||
thiserror = "1.0.24"
|
thiserror = "1.0.24"
|
||||||
time = { version = "0.3.5", features = ["formatting", "macros"] }
|
time = { version = "0.3.5", features = ["formatting", "macros"] }
|
||||||
toml = "0.5.8"
|
toml = "0.5.8"
|
||||||
|
@ -62,7 +61,6 @@ typed-builder = "0.9.0"
|
||||||
unicode-segmentation = "1.7.1"
|
unicode-segmentation = "1.7.1"
|
||||||
unicode-width = "0.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 }
|
fern = { version = "0.6.0", optional = true }
|
||||||
log = { version = "0.4.14", optional = true }
|
log = { version = "0.4.14", optional = true }
|
||||||
battery = { version = "0.7.8", optional = true }
|
battery = { version = "0.7.8", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue