about summary refs log tree commit diff
path: root/tvix/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r--tvix/Cargo.lock17
1 files changed, 9 insertions, 8 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock
index 297adf5c84..2f04f037a7 100644
--- a/tvix/Cargo.lock
+++ b/tvix/Cargo.lock
@@ -3108,9 +3108,12 @@ dependencies = [
  "bstr",
  "bytes",
  "data-encoding",
+ "fuse-backend-rs",
  "futures",
  "hex-literal",
  "lazy_static",
+ "libc",
+ "parking_lot 0.12.1",
  "pin-project-lite",
  "prost",
  "prost-build",
@@ -3128,6 +3131,12 @@ dependencies = [
  "tower",
  "tracing",
  "url",
+ "vhost",
+ "vhost-user-backend",
+ "virtio-bindings 0.2.1",
+ "virtio-queue",
+ "vm-memory",
+ "vmm-sys-util",
  "walkdir",
 ]
 
@@ -3233,12 +3242,10 @@ dependencies = [
  "clap",
  "count-write",
  "data-encoding",
- "fuse-backend-rs",
  "futures",
  "lazy_static",
  "libc",
  "nix-compat",
- "parking_lot 0.12.1",
  "pin-project-lite",
  "prost",
  "prost-build",
@@ -3261,12 +3268,6 @@ dependencies = [
  "tracing-subscriber",
  "tvix-castore",
  "url",
- "vhost",
- "vhost-user-backend",
- "virtio-bindings 0.2.1",
- "virtio-queue",
- "vm-memory",
- "vmm-sys-util",
  "walkdir",
  "xz2",
 ]