From a248770a6b882e23c074ae45419dd90ee9f8437d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 16:48:54 +0000 Subject: [PATCH] chore: bump systemstat from 0.1.7 to 0.1.8 (#17928) Bumps [systemstat](https://github.com/unrelentingtech/systemstat) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/unrelentingtech/systemstat/releases) - [Commits](https://github.com/unrelentingtech/systemstat/compare/v0.1.7...v0.1.8) --- updated-dependencies: - dependency-name: systemstat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 833e240916..15913aa17c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6002,9 +6002,9 @@ dependencies = [ [[package]] name = "systemstat" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31c241679f72241744c20d064a4db7feeb2caa214a8d6e2d4243b8c674a29a5" +checksum = "a934f8fe2f893260080fdde71e840b35308f48bf3bd3b261cb24e668c4b48db3" dependencies = [ "bytesize", "chrono", diff --git a/core/Cargo.toml b/core/Cargo.toml index 450a13ac02..be88930f11 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -82,7 +82,7 @@ serde_json = "1.0.56" serial_test = "0.5.1" solana-version = { path = "../version", version = "=1.8.0" } symlink = "0.1.0" -systemstat = "0.1.7" +systemstat = "0.1.8" tokio_02 = { version = "0.2", package = "tokio", features = ["full"] } [build-dependencies]