fix: replace futures dependency with futures-util
This commit is contained in:
parent
72d46ee45b
commit
5c39bf4842
12 changed files with 12 additions and 12 deletions
|
|
@ -5,7 +5,7 @@ use std::{
|
|||
io::BufReader,
|
||||
};
|
||||
|
||||
use futures::{stream, StreamExt};
|
||||
use futures_util::{stream, StreamExt};
|
||||
use ordered_hash_map::OrderedHashMap;
|
||||
use path_macro::path;
|
||||
use rustypipe::{
|
||||
|
|
|
|||
Reference in a new issue