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]]
|
||||
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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user