diff --git a/Cargo.lock b/Cargo.lock index de3c4187..a01320b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1304,9 +1304,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.31.4" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" +checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1469ad6d..ef1a01e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ virtio-bindings = { version = "0.2", features = ["virtio-v4_14_0"] } rftrace = { version = "0.1", optional = true } rftrace-frontend = { version = "0.1", optional = true } shell-words = "1" -sysinfo = { version = "0.31.4", default-features = false, features = ["system"] } +sysinfo = { version = "0.32.0", default-features = false, features = ["system"] } vm-fdt = "0.3" [target.'cfg(target_os = "linux")'.dependencies]