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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3566fb5660
commit
e75569e85a
|
@ -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",
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue