diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3818e..f92052d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix several 'overflow when subtracting durations' panics - [cpu] fix CPUs overflowing widget +- [temp][linux] fix panic due to 'not implemented' ## [0.4.1] - 2020-02-04 diff --git a/Cargo.lock b/Cargo.lock index 79a544e..f75e241 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,7 +667,7 @@ dependencies = [ [[package]] name = "psutil" version = "2.0.0" -source = "git+https://github.com/borntyping/rust-psutil#c9ac0f855d39b568a5829344776e3f46aa6bc693" +source = "git+https://github.com/borntyping/rust-psutil#c5dad2e88de8d28f7eeb041116fc284b857617f8" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "darwin-libproc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",