Update sync_wrapper to 1.0.0 from 0.1.1

... and fix CI.
This commit is contained in:
mikihiro
2024-03-23 19:46:20 +01:00
committed by GitHub
parent 2ec68d6c4d
commit c6fd852844
32 changed files with 38 additions and 45 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use axum::{
routing::get,
Router,
};
use axum_extra::{headers, TypedHeader};
use axum_extra::TypedHeader;
use futures::stream::{self, Stream};
use std::{convert::Infallible, path::PathBuf, time::Duration};
use tokio_stream::StreamExt as _;