Update deps

This commit is contained in:
2024-04-25 16:22:01 +02:00
parent 547418859e
commit 39a77df44f
3 changed files with 344 additions and 217 deletions

View File

@@ -38,7 +38,7 @@ pub fn get_internal_minio() -> Minio {
}
pub fn get_stream(
mut temp_file: Box<dyn Read + Send>,
mut temp_file: Box<dyn Read + Send + Sync>,
) -> impl futures_core::Stream<Item = Result<Bytes, Error>> {
stream! {
let mut buf = [0; 2048];