Skip to content

Commit 83a4931

Browse files
committed
build(deps): bump sysinfo from 0.32.1 to 0.33.0
1 parent 42b2b01 commit 83a4931

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

Cargo.lock

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mlua = { version = "0.10.2", features = ["luajit", "vendored", "error-send"] }
4242
frame-analyzer = "0.3.3"
4343
dumpsys-rs = { git = "https://github.com/shadow3aaa/dumpsys-rs" }
4444
mimalloc = "0.1.43"
45-
sysinfo = "0.32.1"
45+
sysinfo = "0.33.0"
4646

4747
[build-dependencies]
4848
anyhow = "1.0.94"

src/cpu_common/cpu_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl Info {
6969
freqs.sort_unstable();
7070

7171
let sys = System::new_with_specifics(
72-
RefreshKind::new().with_cpu(CpuRefreshKind::new().with_cpu_usage()),
72+
RefreshKind::nothing().with_cpu(CpuRefreshKind::nothing().with_cpu_usage()),
7373
);
7474

7575
Ok(Self {

0 commit comments

Comments
 (0)