diff --git a/Cargo.toml b/Cargo.toml index fa6db3d..227295c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.0.11" +version = "2.0.12" authors = [ "Sunshine ", "Mahdi Robatipoor ", diff --git a/src/http.rs b/src/http.rs index 165c6f2..864298a 100644 --- a/src/http.rs +++ b/src/http.rs @@ -1,6 +1,6 @@ use regex::Regex; +use reqwest::Client; use reqwest::header::{CONTENT_TYPE, USER_AGENT}; -use reqwest::{Client, RedirectPolicy}; use std::time::Duration; use url::{ParseError, Url}; use utils::data_to_dataurl;