diff --git a/Cargo.lock b/Cargo.lock index 155b8e48..dc7171b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2854,9 +2854,9 @@ dependencies = [ [[package]] name = "systemstat" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "795b3ce9d477f1e022df48a26626c1deff9ff6cadcf2b7d6cc782b13895c3d4c" +checksum = "ed5158fd55089515c923306476aaf3fa8ffc29a902561bf0017166a93218831c" dependencies = [ "bytesize", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 654be15d..679fe074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ shadow-rs = { version = "0.17.1", default-features = false } # see: https://github.com/svartalf/rust-battery/issues/33 starship-battery = { version = "0.7.9", optional = true } strsim = "0.10.0" -systemstat = "=0.2.1" +systemstat = "=0.2.2" terminal_size = "0.2.1" toml = { version = "0.5.9", features = ["preserve_order"] } toml_edit = "0.15.0"