diff --git a/Cargo.lock b/Cargo.lock index 2e102fe3..95d665bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1298,9 +1298,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.31.3" +version = "0.31.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b92e0bdf838cbc1c4c9ba14f9c97a7ec6cdcd1ae66b10e1e42775a25553f45d" +checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index a7e3063a..05faf4ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"