Update activitystreams

This commit is contained in:
asonix 2020-03-18 21:17:52 -05:00
parent f7e733c500
commit ae00d965e1
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2,9 +2,9 @@
# It is not intended for manual editing.
[[package]]
name = "activitystreams"
version = "0.5.0-alpha.10"
version = "0.5.0-alpha.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04827f3390831f772d15ff3171336cc4fbac714f59233d24731beb7c865293a6"
checksum = "f0fb876395ae7a1dd1c7d7de38f2cdb583918db16b46ee5b75d2e9bf7af1ef9f"
dependencies = [
"activitystreams-derive",
"chrono",

View file

@ -12,7 +12,7 @@ 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.3"
activitystreams = "0.5.0-alpha.10"
activitystreams = "0.5.0-alpha.11"
base64 = "0.12"
bb8-postgres = "0.4.0"
dotenv = "0.15.0"