Merge pull request #39 from Y2Z/remove-compiler-warning

Remove compiler warning
This commit is contained in:
Vincent Flyson 2019-08-24 22:50:32 -04:00 committed by GitHub
commit 8aa688203c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "monolith"
version = "2.0.11"
version = "2.0.12"
authors = [
"Sunshine <sunshine@uberspace.net>",
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",

View File

@ -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;