diff --git a/stress/Cargo.toml b/stress/Cargo.toml index 90bb6e2889..6d3dd4dd1f 100644 --- a/stress/Cargo.toml +++ b/stress/Cargo.toml @@ -50,7 +50,8 @@ rand = { version = "0.8.4", features = ["small_rng"] } tracing = { workspace = true, features = ["std"]} tracing-subscriber = { workspace = true, features = ["registry", "std"] } num-format = "0.4.4" -sysinfo = { version = "0.30.12", optional = true } +sysinfo = { version = "0.32", optional = true } +libc = "=0.2.164" # https://github.com/GuillaumeGomez/sysinfo/issues/1392 [features] -stats = ["sysinfo"] \ No newline at end of file +stats = ["sysinfo"]