From 3d0165a82f57c316910f029011d906e9cdf192e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:27:19 +0200 Subject: [PATCH] build: bump systemstat from 0.2.0 to 0.2.1 (#4437) Bumps [systemstat](https://github.com/unrelentingtech/systemstat) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/unrelentingtech/systemstat/releases) - [Commits](https://github.com/unrelentingtech/systemstat/commits) --- updated-dependencies: - dependency-name: systemstat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b024104..fb4b0eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2880,9 +2880,9 @@ dependencies = [ [[package]] name = "systemstat" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79ef8054a60d76603befaecaf7efe08d32d1a05a1e5df70c547b07507e9e262d" +checksum = "795b3ce9d477f1e022df48a26626c1deff9ff6cadcf2b7d6cc782b13895c3d4c" dependencies = [ "bytesize", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index cf6f1d93..66a31c00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ shadow-rs = { version = "0.16.3", 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.0" +systemstat = "=0.2.1" terminal_size = "0.2.1" toml = { version = "0.5.9", features = ["preserve_order"] } toml_edit = "0.14.4"