mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Reduce dependency on futures-util (#3358)
This commit is contained in:
@@ -4,7 +4,7 @@ use axum::{
|
||||
BoxError,
|
||||
};
|
||||
use bytes::Bytes;
|
||||
use futures_util::TryStream;
|
||||
use futures_core::TryStream;
|
||||
use http::{header, StatusCode};
|
||||
use std::{io, path::Path};
|
||||
use tokio::{
|
||||
|
||||
Reference in New Issue
Block a user