Use crates.io activitystreams

This commit is contained in:
asonix 2020-03-18 19:22:39 -05:00
parent 2b36909d2f
commit 39cfcf1373
2 changed files with 7 additions and 5 deletions

8
Cargo.lock generated
View file

@ -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",

View file

@ -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"