summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorasonix <asonix@asonix.dog>2020-03-18 20:16:17 -0500
committerasonix <asonix@asonix.dog>2020-03-18 20:16:17 -0500
commitcfe0d9c9c24b0db3fecff51835790387091c43ed (patch)
treed4cc26d3e9e3ad186b303544bd80275e478bd4f0 /server/Cargo.toml
parent390b204272e06a1b880ea63ae4f12183fb8dc555 (diff)
Upgraded to latest activitystreams
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index e039b7b5..336dc5b3 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -9,7 +9,7 @@ diesel = { version = "1.4.2", features = ["postgres","chrono", "r2d2", "64-colum
diesel_migrations = "1.4.0"
dotenv = "0.15.0"
bcrypt = "0.6.1"
-activitystreams = "0.5.0-alpha.7"
+activitystreams = "0.5.0-alpha.10"
chrono = { version = "0.4.7", features = ["serde"] }
failure = "0.1.5"
serde_json = { version = "1.0.45", features = ["preserve_order"]}