summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-03 12:27:19 +0200
committerGitHub <noreply@github.com>2022-10-03 12:27:19 +0200
commit3d0165a82f57c316910f029011d906e9cdf192e5 (patch)
tree647aa6e667aa30963b646bcb22c415a4a007b57e /Cargo.lock
parentef66a957f04043ccb3219cc958315e48780b760a (diff)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2b0241044..fb4b0eb7c 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",