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