Skip to content

Commit

Permalink
Merge pull request #1022 from hermit-os/dependabot/cargo/sysinfo-0.30.3
Browse files Browse the repository at this point in the history
build(deps): bump sysinfo from 0.29.11 to 0.30.3
  • Loading branch information
mkroening authored Jan 2, 2024
2 parents 489677e + 4577b12 commit c35354b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
25 changes: 22 additions & 3 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 xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = "1.0"
clap = { version = "4", features = ["derive"] }
goblin = { version = "0.7", default-features = false, features = ["archive", "elf32", "elf64", "std"] }
llvm-tools = "0.1"
sysinfo = "0.29"
sysinfo = "0.30"
ureq = "2"
wait-timeout = "0.2"
xshell = "0.2"
2 changes: 1 addition & 1 deletion xtask/src/ci/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::{env, thread};

use anyhow::{bail, ensure, Context, Result};
use clap::{Args, ValueEnum};
use sysinfo::{CpuExt, CpuRefreshKind, System, SystemExt};
use sysinfo::{CpuRefreshKind, System};
use wait_timeout::ChildExt;
use xshell::cmd;

Expand Down

0 comments on commit c35354b

Please sign in to comment.