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 -1
View File
@@ -15,7 +15,7 @@ serde_derive = "1.0"
serde_json = "1.0"
validator = "0.7"
validator_derive = "0.7"
webfinger = "0.2"
webfinger = "0.3"
workerpool = "1.1"
[dependencies.diesel]