mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
reduce futures dep
This commit is contained in:
@ -21,7 +21,7 @@ use actix_web::{
|
||||
App, Error, HttpResponse, HttpServer,
|
||||
};
|
||||
use awc::Client;
|
||||
use futures::StreamExt;
|
||||
use futures_util::StreamExt as _;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use validator::Validate;
|
||||
use validator_derive::Validate;
|
||||
|
Reference in New Issue
Block a user