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"