diff --git a/Cargo.lock b/Cargo.lock index a9703fb754..d6d6b4d54b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6828,15 +6828,15 @@ dependencies = [ [[package]] name = "systemstat" -version = "0.1.11" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f5dc96f7634f46ac7e485b8c051f5b89ec8ee5cc023236dd12fe4ae2fb52f80" +checksum = "a24aec24a9312c83999a28e3ef9db7e2afd5c64bf47725b758cdc1cafd5b0bd2" dependencies = [ "bytesize", - "chrono", "lazy_static", "libc", "nom", + "time 0.3.9", "winapi 0.3.9", ] diff --git a/client-test/Cargo.toml b/client-test/Cargo.toml index 6ce0e17131..8b4e1511af 100644 --- a/client-test/Cargo.toml +++ b/client-test/Cargo.toml @@ -28,7 +28,7 @@ solana-streamer = { path = "../streamer", version = "=1.14.15" } solana-test-validator = { path = "../test-validator", version = "=1.14.15" } solana-transaction-status = { path = "../transaction-status", version = "=1.14.15" } solana-version = { path = "../version", version = "=1.14.15" } -systemstat = "0.1.11" +systemstat = "0.2.3" tokio = { version = "~1.14.1", features = ["full"] } [dev-dependencies] diff --git a/core/Cargo.toml b/core/Cargo.toml index 45bf66ee70..12bd167934 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -75,7 +75,7 @@ solana-logger = { path = "../logger", version = "=1.14.15" } solana-program-runtime = { path = "../program-runtime", version = "=1.14.15" } solana-stake-program = { path = "../programs/stake", version = "=1.14.15" } static_assertions = "1.1.0" -systemstat = "0.1.11" +systemstat = "0.2.3" test-case = "2.1.0" [target."cfg(unix)".dependencies]