From 80c0426768ddb900530a37eeafd22550663ce8bc Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sat, 8 Jan 2022 23:17:52 +0900 Subject: [PATCH] Add activitystreams 0.7.0 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 960aae8e..40ecde96 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -35,6 +35,7 @@ riker = "0.4.2" once_cell = "1.5.2" lettre = "0.9.6" native-tls = "0.2.8" +activitystreams = "0.7.0-alpha.14" [dependencies.chrono] features = ["serde"]