Update actix-webfinger

This commit is contained in:
asonix 2020-04-21 19:28:38 -05:00
parent dea8c60042
commit ee5c259c2e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -319,9 +319,9 @@ dependencies = [
[[package]]
name = "actix-webfinger"
version = "0.3.0-alpha.5"
version = "0.3.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "818ce271e9226dc9b8885c4f397fb0e6d9e8888c95cc8bf98fa20941b8b26d89"
checksum = "abb66d471f2af5a9ea7b48ea4456f117c56cd1b2348e52ae8d3bc95cddeebf4c"
dependencies = [
"actix-http",
"actix-web",

View file

@ -17,7 +17,7 @@ anyhow = "1.0"
actix = "0.10.0-alpha.2"
actix-rt = "1.0.0"
actix-web = { version = "3.0.0-alpha.1", features = ["rustls"] }
actix-webfinger = "0.3.0-alpha.5"
actix-webfinger = "0.3.0-alpha.6"
activitystreams = "0.5.0"
ammonia = "3.1.0"
async-trait = "0.1.24"