From ee5c259c2e21b42ac7b307593abdfcd002dcf657 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 21 Apr 2020 19:28:38 -0500 Subject: [PATCH] Update actix-webfinger --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fef9b7b..4190d74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index bc7692f..f8b944d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"