From ff0ca73f1ed37821b3265a3e5a692a5a75a869b1 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Sun, 10 May 2020 13:34:49 -0700 Subject: [PATCH] switch to latest release of psutil --- Cargo.lock | 5 +++-- Cargo.toml | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b0f5e6..e5f9fed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index b9be6b8..c846b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"