chore(tvix/store): switch back to fuse-backend-rs upstream

The fix mentioned in Cargo.toml did land in
https://github.com/cloud-hypervisor/fuse-backend-rs/pull/162.

Change-Id: I4451f910806f05400f7e0f83581ae786f170b9e2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10375
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
Florian Klink 2023-12-16 23:26:23 +02:00 committed by clbot
parent 97dee277b0
commit 43ab1543e2
5 changed files with 10 additions and 14 deletions

5
tvix/Cargo.lock generated
View file

@ -848,8 +848,9 @@ dependencies = [
[[package]]
name = "fuse-backend-rs"
version = "0.10.5"
source = "git+https://github.com/griff/fuse-backend-rs?branch=macfuse-fix#70b835cada7e1f18e5cbb13f6c4b698ba203c820"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5a63a89f40ec26a0a1434e89de3f4ee939a920eae15d641053ee09ee6ed44b"
dependencies = [
"arc-swap",
"bitflags 1.3.2",