diff --git a/Cargo.lock b/Cargo.lock index cbecbb0c..ae2d52fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,9 +1317,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.33.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46" +checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 7b777eb7..aefb357a 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.33.0", default-features = false, features = ["system"] } +sysinfo = { version = "0.33.1", default-features = false, features = ["system"] } vm-fdt = "0.3" tempfile = "3.15.0" uuid = { version = "1.11.0", features = ["fast-rng", "v4"]}