about summary refs log tree commit diff
path: root/tvix/Cargo.lock
diff options
context:
space:
mode:
authorYureka <tvl@yuka.dev>2024-09-28T12·11+0200
committerclbot <clbot@tvl.fyi>2024-09-28T13·24+0000
commit1034cc7774e553262d064124e633c8cffe134eac (patch)
tree5c4c8b264f48359f70482edc7b5f044bbb96d9fb /tvix/Cargo.lock
parentcaf597db8107d7cb8c4772e83552e9774f85c5c5 (diff)
chore(tvix/castore/fuse): update fuse-backend-rs r/8725
This release includes support for overlay filesystems

Change-Id: I946cbf346df045209afaea2d720bb57fc2f2659f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12538
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: yuka <yuka@yuka.dev>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r--tvix/Cargo.lock13
1 files changed, 7 insertions, 6 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock
index 6ce289f1a4d4..22f4d194d43a 100644
--- a/tvix/Cargo.lock
+++ b/tvix/Cargo.lock
@@ -1231,9 +1231,9 @@ dependencies = [
 
 [[package]]
 name = "fuse-backend-rs"
-version = "0.11.0"
+version = "0.12.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e5a63a89f40ec26a0a1434e89de3f4ee939a920eae15d641053ee09ee6ed44b"
+checksum = "e1663480cae165243a6c7f75abecfb868c16d17346afc74faf61a2febcadd11b"
 dependencies = [
  "arc-swap",
  "bitflags 1.3.2",
@@ -1244,6 +1244,7 @@ dependencies = [
  "log",
  "mio 0.8.11",
  "nix 0.24.3",
+ "radix_trie",
  "vhost",
  "virtio-queue",
  "vm-memory",
@@ -2805,8 +2806,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1"
 dependencies = [
  "bytes",
- "heck 0.4.1",
- "itertools 0.10.5",
+ "heck 0.5.0",
+ "itertools 0.13.0",
  "log",
  "multimap",
  "once_cell",
@@ -2828,7 +2829,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca"
 dependencies = [
  "anyhow",
- "itertools 0.10.5",
+ "itertools 0.13.0",
  "proc-macro2",
  "quote",
  "syn 2.0.76",
@@ -2864,7 +2865,7 @@ version = "0.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "8a669d5acbe719010c6f62a64e6d7d88fdedc1fe46e419747949ecb6312e9b14"
 dependencies = [
- "heck 0.4.1",
+ "heck 0.5.0",
  "prost",
  "prost-build",
  "prost-types",