fix: replace futures dependency with futures-util

This commit is contained in:
ThetaDev 2024-12-01 22:24:00 +01:00
parent 5d9ba8800e
commit 54f537e84a
12 changed files with 12 additions and 12 deletions

View file

@ -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},