refactor(memory_usage): replace sys-info with systemstat (#4028)

This commit is contained in:
David Knaack
2022-05-29 16:47:06 +02:00
committed by GitHub
parent 89b12cef01
commit 2039931d85
3 changed files with 148 additions and 60 deletions
+1 -2
View File
@@ -36,7 +36,6 @@ notify = ["notify-rust"]
[dependencies]
ansi_term = "0.12.1"
byte-unit = "4.0.14"
chrono = "0.4.19"
clap = { version = "3.1.18", features = ["derive", "cargo", "unicode"] }
clap_complete = "3.1.4"
@@ -70,7 +69,7 @@ shadow-rs = "0.11.0"
# see: https://github.com/svartalf/rust-battery/issues/33
starship-battery = { version = "0.7.9", optional = true }
strsim = "0.10.0"
sys-info = "0.9.1"
systemstat = "=0.1.11"
terminal_size = "0.1.17"
toml = { version = "0.5.9", features = ["preserve_order"] }
toml_edit = "0.14.4"