mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
refactor(memory_usage): replace sys-info with systemstat (#4028)
This commit is contained in:
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user