From bff50f8e4cfe054e80c79e1f9683c68a0def4180 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Tue, 1 Feb 2022 20:20:53 +0900 Subject: [PATCH] Add activitystreams 0.7 to plume-models dependencies --- plume-models/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 17b47964..50749b95 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -35,6 +35,7 @@ riker = "0.4.2" once_cell = "1.10.0" lettre = "0.9.6" native-tls = "0.2.10" +activitystreams = "0.7.0-alpha.18" [dependencies.chrono] features = ["serde"]