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
|
|
@ -3,7 +3,7 @@ use std::{
|
|||
fs::File,
|
||||
};
|
||||
|
||||
use futures::{stream, StreamExt};
|
||||
use futures_util::{stream, StreamExt};
|
||||
use path_macro::path;
|
||||
use rustypipe::{
|
||||
client::{RustyPipe, RustyPipeQuery},
|
||||
|
|
|
|||
Reference in a new issue