Skip to content

Commit

Permalink
Merge pull request #747 from hermit-os/dependabot/cargo/sysinfo-0.31.3
Browse files Browse the repository at this point in the history
build(deps): Bump sysinfo from 0.31.2 to 0.31.3
  • Loading branch information
mkroening authored Aug 26, 2024
2 parents 0270a8f + 3d3f34e commit 690680c
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.2", default-features = false, features = ["system"] }
sysinfo = { version = "0.31.3", default-features = false, features = ["system"] }

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

0 comments on commit 690680c

Please sign in to comment.