Trim some more fat from the executable by aligning the reqwest version of the main thread to the version of mammut

This commit is contained in:
VC
2020-05-18 14:15:50 +02:00
parent 99c5d38f12
commit 1bf38f986c
3 changed files with 6 additions and 212 deletions

View File

@@ -38,7 +38,7 @@ use mammut::{
};
// reqwest
use reqwest::blocking::Client;
use reqwest::Client;
// htmlescape
use htmlescape::decode_html;