From b4c08404fa1f3bc32728099bfe9c1c286110fd76 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index ce900298..bd124205 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -35,7 +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" +activitystreams = "0.7.0-alpha.18" [dependencies.chrono] features = ["serde"]