diff --git a/Cargo.lock b/Cargo.lock index a39cc5fd..bb234ae7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,9 +1487,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.23.0" +version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e757000a4bed2b1be9be65a3f418b9696adf30bb419214c73997422de73a591" +checksum = "70d06c623c041b6aec9830080e9069b4ab6a84de3b4b4d14b4bbb09c629efdc0" dependencies = [ "cfg-if", "core-foundation-sys 0.8.3", diff --git a/Cargo.toml b/Cargo.toml index 01e428ae..4e43e131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,8 +52,7 @@ itertools = "0.10.0" once_cell = "1.5.2" regex = "1.5.4" serde = { version = "1.0.125", features = ["derive"] } -# Sysinfo is still used in Linux for the ProcessStatus -sysinfo = "0.23.0" +sysinfo = "0.23.4" thiserror = "1.0.24" time = { version = "0.3.5", features = ["formatting", "macros"] } toml = "0.5.8" @@ -62,7 +61,6 @@ typed-builder = "0.9.0" unicode-segmentation = "1.7.1" unicode-width = "0.1" -# For debugging only... disable on release builds with for now? TODO: Redo this. fern = { version = "0.6.0", optional = true } log = { version = "0.4.14", optional = true } battery = { version = "0.7.8", optional = true }