diff --git a/Cargo.lock b/Cargo.lock index 135b6c28..537d341c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,11 +1121,12 @@ checksum = "aa2ee2d77e97cb948eb4576a5b7908aac75c02afa337c99aa34b9cef0346bedd" [[package]] name = "rftrace-frontend" -version = "0.1.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "419a5a276d688261074e7356d4061628dca7b0987f9422eeed4c66ecc128639a" +checksum = "0beac55bcba086801d315cfaa3a777814b296991b6768ba503f38b06f523b1a0" dependencies = [ "byteorder", + "cfg-if", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9c365c87..df1b7f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ tun-tap = { version = "0.1.3", default-features = false } uhyve-interface = { version = "0.1.1", path = "uhyve-interface", features = ["std"] } virtio-bindings = { version = "0.2", features = ["virtio-v4_14_0"] } rftrace = { version = "0.1", optional = true } -rftrace-frontend = { version = "0.1", optional = true } +rftrace-frontend = { version = "0.2", optional = true } shell-words = "1" sysinfo = { version = "0.32.0", default-features = false, features = ["system"] } vm-fdt = "0.3"