1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-30 04:29:10 +01:00

switch to latest release of psutil

This commit is contained in:
Caleb Bassi 2020-05-10 13:34:49 -07:00
parent c360436caf
commit ff0ca73f1e
2 changed files with 4 additions and 4 deletions

5
Cargo.lock generated
View File

@ -761,8 +761,9 @@ dependencies = [
[[package]]
name = "psutil"
version = "3.0.1"
source = "git+https://github.com/rust-psutil/rust-psutil#e295e4f815942a5700d7bb11de2396906a8116bc"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "094d0f0f32f77f62cd7d137d9b9599ef257d5c1323b36b25746679de2806f547"
dependencies = [
"cfg-if",
"darwin-libproc",

View File

@ -18,8 +18,7 @@ log = "0.4.8"
num-rational = "0.2.4"
once_cell = "1.3.1"
platform-dirs = "0.2.0"
# psutil = "1.7.0"
psutil = { git = "https://github.com/rust-psutil/rust-psutil" }
psutil = "3.1.0"
serde = { version = "1.0.110", features = ["derive"] }
serde_json = "1.0.53"
size = "0.1.2"