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
|
|
@ -10,7 +10,7 @@ use std::{
|
|||
|
||||
use clap::{Parser, Subcommand, ValueEnum};
|
||||
use const_format::formatcp;
|
||||
use futures::stream::{self, StreamExt};
|
||||
use futures_util::stream::{self, StreamExt};
|
||||
use indicatif::{MultiProgress, ProgressBar, ProgressStyle};
|
||||
use owo_colors::OwoColorize;
|
||||
use rustypipe::{
|
||||
|
|
|
|||
Reference in a new issue