Update the WebFinger crate

Fixes an issue with some Mastodon accounts
This commit is contained in:
Bat
2018-07-26 21:35:35 +02:00
parent ab4af10ce5
commit 5583029b07
7 changed files with 24 additions and 21 deletions
+1 -4
View File
@@ -4,10 +4,7 @@ use reqwest::{
mime::Mime,
header::{Accept, Date, Headers, UserAgent, qitem}
};
use std::{
str::FromStr,
time::SystemTime
};
use std::time::SystemTime;
use activity_pub::ap_accept_header;
use activity_pub::sign::Signer;