fix(tvix): patch futures::AsyncBufReadExt::fill_buf

This fixes EOF handling for buffered readers.

Link: https://github.com/rust-lang/futures-rs/pull/2801
Change-Id: Ie98ca6a3e1de38500b0195e9b62511501acb1d2c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10086
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
edef 2023-11-19 05:23:53 +00:00
parent 479f26f46c
commit 9ad7cc629e
5 changed files with 84 additions and 24 deletions

View file

@ -74,6 +74,15 @@ let
"fuse-backend-rs"
"test-generator"
"wu-manber"
"futures-channel"
"futures-core"
"futures-executor"
"futures-io"
"futures-macro"
"futures-sink"
"futures-task"
"futures-util"
]);
};
in