upgrade webfinger everywhere, and implement async

This commit is contained in:
Mina Galić
2020-05-24 20:27:39 +02:00
parent 18bb413011
commit 7aabb9661e
3 changed files with 41 additions and 50 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ tantivy = "0.10.1"
tokio = "0.2"
url = "2.1"
walkdir = "2.2"
webfinger = { git = "https://github.com/Plume-org/webfinger", rev = "update-deps" }
webfinger = { git = "https://github.com/Plume-org/webfinger", rev = "4e8f12810c4a7ba7a07bbcb722cd265fdff512b6", features = ["async"] }
whatlang = "0.7.1"
shrinkwraprs = "0.3"
diesel-derive-newtype = "0.1.2"