mirror of
https://github.com/OMGeeky/twba_downloader.git
synced 2026-01-21 17:38:03 +01:00
update deps
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use reqwest_backoff::ReqwestBackoffError;
|
||||
use twba_reqwest_backoff::ReqwestBackoffError;
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use futures_util::{StreamExt, TryStreamExt};
|
||||
use reqwest_backoff::ReqwestClient;
|
||||
use twba_reqwest_backoff::ReqwestClient;
|
||||
use serde_json::json;
|
||||
use std::collections::HashMap;
|
||||
use std::fmt::Debug;
|
||||
@@ -111,7 +111,6 @@ impl TwitchClient {
|
||||
let it = parts
|
||||
.into_iter()
|
||||
.map(|part| {
|
||||
let folder_path = folder_path.clone();
|
||||
let client = self.client.clone();
|
||||
let url = base_url.clone();
|
||||
async move {
|
||||
|
||||
Reference in New Issue
Block a user