Remove compiler warning
This commit is contained in:
parent
2c0037fd51
commit
0b2e1d0746
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "monolith"
|
name = "monolith"
|
||||||
version = "2.0.11"
|
version = "2.0.12"
|
||||||
authors = [
|
authors = [
|
||||||
"Sunshine <sunshine@uberspace.net>",
|
"Sunshine <sunshine@uberspace.net>",
|
||||||
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",
|
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
use regex::Regex;
|
use regex::Regex;
|
||||||
|
use reqwest::Client;
|
||||||
use reqwest::header::{CONTENT_TYPE, USER_AGENT};
|
use reqwest::header::{CONTENT_TYPE, USER_AGENT};
|
||||||
use reqwest::{Client, RedirectPolicy};
|
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
use url::{ParseError, Url};
|
use url::{ParseError, Url};
|
||||||
use utils::data_to_dataurl;
|
use utils::data_to_dataurl;
|
||||||
|
|
Loading…
Add table
Reference in a new issue