Skip to content

Commit

Permalink
Merge pull request #749 from hermit-os/dependabot/cargo/sysinfo-0.31.4
Browse files Browse the repository at this point in the history
build(deps): Bump sysinfo from 0.31.3 to 0.31.4
  • Loading branch information
mkroening authored Sep 2, 2024
2 parents 690680c + 84da16b commit 66c55f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 @@ -59,7 +59,7 @@ uhyve-interface = { version = "0.1.1", path = "uhyve-interface", features = ["st
virtio-bindings = { version = "0.2", features = ["virtio-v4_14_0"] }
rftrace = { version = "0.1", optional = true }
rftrace-frontend = { version = "0.1", optional = true }
sysinfo = { version = "0.31.3", default-features = false, features = ["system"] }
sysinfo = { version = "0.31.4", default-features = false, features = ["system"] }

[target.'cfg(target_os = "linux")'.dependencies]
kvm-bindings = "0.9"
Expand Down

0 comments on commit 66c55f4

Please sign in to comment.