summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-04-30 18:30:01 +0200
committerFelix <me@nutomic.com>2020-04-30 18:30:01 +0200
commit461114c143aebf02f70de2b21d8b1272f67f12a2 (patch)
tree35b2306a0ae2572163d79efdbafcba6f05c05a55 /server/Cargo.toml
parent770dcbdc49c9bf01f781e5259dc8e6d816143344 (diff)
update activitystreams lib
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 2777dd2c..ab76d06f 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
diesel = { version = "1.4.4", features = ["postgres","chrono","r2d2","64-column-tables","serde_json"] }
diesel_migrations = "1.4.0"
dotenv = "0.15.0"
-activitystreams = "0.5.0-alpha.16"
+activitystreams = "0.6.0"
bcrypt = "0.6.2"
chrono = { version = "0.4.7", features = ["serde"] }
failure = "0.1.5"