chore: bump systemstat from 0.1.11 to 0.2.0 (#27967)

Bumps [systemstat](https://github.com/unrelentingtech/systemstat) from 0.1.11 to 0.2.0.
- [Release notes](https://github.com/unrelentingtech/systemstat/releases)
- [Commits](https://github.com/unrelentingtech/systemstat/compare/v0.1.11...v0.2.0)

---
updated-dependencies:
- dependency-name: systemstat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
This commit is contained in:
dependabot[bot] 2022-09-21 15:28:31 -06:00 committed by GitHub
parent 14952590bd
commit 11b7c45bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -7008,15 +7008,15 @@ dependencies = [
[[package]]
name = "systemstat"
version = "0.1.11"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f5dc96f7634f46ac7e485b8c051f5b89ec8ee5cc023236dd12fe4ae2fb52f80"
checksum = "79ef8054a60d76603befaecaf7efe08d32d1a05a1e5df70c547b07507e9e262d"
dependencies = [
"bytesize",
"chrono",
"lazy_static",
"libc",
"nom",
"time 0.3.9",
"winapi 0.3.9",
]

View File

@ -30,7 +30,7 @@ solana-streamer = { path = "../streamer", version = "=1.15.0" }
solana-test-validator = { path = "../test-validator", version = "=1.15.0" }
solana-transaction-status = { path = "../transaction-status", version = "=1.15.0" }
solana-version = { path = "../version", version = "=1.15.0" }
systemstat = "0.1.11"
systemstat = "0.2.0"
tokio = { version = "~1.14.1", features = ["full"] }
[dev-dependencies]

View File

@ -75,7 +75,7 @@ solana-logger = { path = "../logger", version = "=1.15.0" }
solana-program-runtime = { path = "../program-runtime", version = "=1.15.0" }
solana-stake-program = { path = "../programs/stake", version = "=1.15.0" }
static_assertions = "1.1.0"
systemstat = "0.1.11"
systemstat = "0.2.0"
test-case = "2.1.0"
[target."cfg(unix)".dependencies]