chore(tvix/castore/fuse): update fuse-backend-rs

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
This commit is contained in:
Yureka 2024-09-28 14:11:37 +02:00 committed by clbot
parent caf597db81
commit 1034cc7774
4 changed files with 20 additions and 13 deletions

13
tvix/Cargo.lock generated
View file

@ -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",