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

View file

@ -37,9 +37,7 @@ xz2 = "0.1.7"
[dependencies.fuse-backend-rs]
optional = true
# TODO: Switch back to upstream version once https://github.com/cloud-hypervisor/fuse-backend-rs/pull/157 lands.
git = "https://github.com/griff/fuse-backend-rs"
branch = "macfuse-fix"
version = "0.11.0"
[dependencies.vhost]
optional = true