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:
parent
c360436caf
commit
ff0ca73f1e
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -761,8 +761,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "psutil"
|
name = "psutil"
|
||||||
version = "3.0.1"
|
version = "3.1.0"
|
||||||
source = "git+https://github.com/rust-psutil/rust-psutil#e295e4f815942a5700d7bb11de2396906a8116bc"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "094d0f0f32f77f62cd7d137d9b9599ef257d5c1323b36b25746679de2806f547"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"darwin-libproc",
|
"darwin-libproc",
|
||||||
|
@ -18,8 +18,7 @@ log = "0.4.8"
|
|||||||
num-rational = "0.2.4"
|
num-rational = "0.2.4"
|
||||||
once_cell = "1.3.1"
|
once_cell = "1.3.1"
|
||||||
platform-dirs = "0.2.0"
|
platform-dirs = "0.2.0"
|
||||||
# psutil = "1.7.0"
|
psutil = "3.1.0"
|
||||||
psutil = { git = "https://github.com/rust-psutil/rust-psutil" }
|
|
||||||
serde = { version = "1.0.110", features = ["derive"] }
|
serde = { version = "1.0.110", features = ["derive"] }
|
||||||
serde_json = "1.0.53"
|
serde_json = "1.0.53"
|
||||||
size = "0.1.2"
|
size = "0.1.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user