From e75569e85a2f069cfeb60a6ede989127d701674c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 20:08:47 +0000 Subject: [PATCH] chore: bump systemstat from 0.1.10 to 0.1.11 (#25471) Bumps [systemstat](https://github.com/unrelentingtech/systemstat) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/unrelentingtech/systemstat/releases) - [Commits](https://github.com/unrelentingtech/systemstat/compare/v0.1.10...v0.1.11) --- 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 ++-- client-test/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11f767d311..63b8ade14b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6509,9 +6509,9 @@ dependencies = [ [[package]] name = "systemstat" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8862adb0fd5f4c5707b0eeb6c2ec7610bd7a8bf5e069150bd6dde04a7f40ebf7" +checksum = "5f5dc96f7634f46ac7e485b8c051f5b89ec8ee5cc023236dd12fe4ae2fb52f80" dependencies = [ "bytesize", "chrono", diff --git a/client-test/Cargo.toml b/client-test/Cargo.toml index 994d983381..87e02794c6 100644 --- a/client-test/Cargo.toml +++ b/client-test/Cargo.toml @@ -28,7 +28,7 @@ solana-streamer = { path = "../streamer", version = "=1.11.0" } solana-test-validator = { path = "../test-validator", version = "=1.11.0" } solana-transaction-status = { path = "../transaction-status", version = "=1.11.0" } solana-version = { path = "../version", version = "=1.11.0" } -systemstat = "0.1.10" +systemstat = "0.1.11" tokio = { version = "~1.14.1", features = ["full"] } [dev-dependencies] diff --git a/core/Cargo.toml b/core/Cargo.toml index ba241f2e0c..5293368192 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -75,7 +75,7 @@ solana-program-runtime = { path = "../program-runtime", version = "=1.11.0" } solana-stake-program = { path = "../programs/stake", version = "=1.11.0" } solana-version = { path = "../version", version = "=1.11.0" } static_assertions = "1.1.0" -systemstat = "0.1.10" +systemstat = "0.1.11" [target."cfg(unix)".dependencies] sysctl = "0.4.4"