update sysinfo to 0.33.1 (#14982)

Noticed by #14951 , there are some breaking changes in sysinfo 0.33. So
I create a pr manually to update it
This commit is contained in:
Wind
2025-02-03 20:33:23 +08:00
committed by GitHub
parent 4424481487
commit 30b3c42b37
5 changed files with 11 additions and 24 deletions

View File

@ -54,7 +54,7 @@ impl Command for DebugInfo {
}
fn all_columns(span: Span) -> Value {
let rk = RefreshKind::new()
let rk = RefreshKind::nothing()
.with_processes(ProcessRefreshKind::everything())
.with_memory(MemoryRefreshKind::everything());