From 39cfcf1373ce5f84224035c528ce347dcf984258 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 18 Mar 2020 19:22:39 -0500 Subject: [PATCH] Use crates.io activitystreams --- Cargo.lock | 8 +++++--- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db8d244..c656bc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,8 +2,9 @@ # It is not intended for manual editing. [[package]] name = "activitystreams" -version = "0.5.0-alpha.9" -source = "git+https://git.asonix.dog/Aardwolf/activitystreams?branch=asonix/try-extensions#3258d7e0a7032d9959ad5d2ee05206be8e5a91af" +version = "0.5.0-alpha.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04827f3390831f772d15ff3171336cc4fbac714f59233d24731beb7c865293a6" dependencies = [ "activitystreams-derive", "chrono", @@ -17,7 +18,8 @@ dependencies = [ [[package]] name = "activitystreams-derive" version = "0.5.0-alpha.4" -source = "git+https://git.asonix.dog/Aardwolf/activitystreams?branch=asonix/try-extensions#3258d7e0a7032d9959ad5d2ee05206be8e5a91af" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2bc640808dceb2efac81e6bcb77a7f4e2e76af7fb60e88f966b48123b625d2f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index df1f398..a8d427e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ 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 = { version = "0.3.0-alpha.3" } -activitystreams = { version = "0.5.0-alpha.9", git = "https://git.asonix.dog/Aardwolf/activitystreams", branch = "asonix/try-extensions" } +actix-webfinger = "0.3.0-alpha.3" +activitystreams = "0.5.0-alpha.10" base64 = "0.12" bb8-postgres = "0.4.0" dotenv = "0.15.0"