diff --git a/Cargo.lock b/Cargo.lock index fcd886a4..a5c03023 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,11 +1094,12 @@ checksum = "aa2ee2d77e97cb948eb4576a5b7908aac75c02afa337c99aa34b9cef0346bedd" [[package]] name = "rftrace-frontend" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "419a5a276d688261074e7356d4061628dca7b0987f9422eeed4c66ecc128639a" +checksum = "d5ef1d3a12cc4e312523bfcb9ab87d8acfdbdc603d2d557c4965f1f105cb8028" dependencies = [ "byteorder", + "cfg-if", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index be19b267..18f10232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,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 } [target.'cfg(target_os = "linux")'.dependencies] kvm-bindings = "0.8"