Skip to content

Commit

Permalink
build(deps): bump sysinfo from 0.32.1 to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Dec 6, 2024
1 parent 42b2b01 commit 83a4931
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mlua = { version = "0.10.2", features = ["luajit", "vendored", "error-send"] }
frame-analyzer = "0.3.3"
dumpsys-rs = { git = "https://github.com/shadow3aaa/dumpsys-rs" }
mimalloc = "0.1.43"
sysinfo = "0.32.1"
sysinfo = "0.33.0"

[build-dependencies]
anyhow = "1.0.94"
Expand Down
2 changes: 1 addition & 1 deletion src/cpu_common/cpu_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl Info {
freqs.sort_unstable();

let sys = System::new_with_specifics(
RefreshKind::new().with_cpu(CpuRefreshKind::new().with_cpu_usage()),
RefreshKind::nothing().with_cpu(CpuRefreshKind::nothing().with_cpu_usage()),
);

Ok(Self {
Expand Down

0 comments on commit 83a4931

Please sign in to comment.