From 903b48ed12e81371101cdcf73896dbd1d0de1b4c Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 1 Jan 2023 07:54:08 +0900 Subject: [PATCH] Stick activitystreams version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c767f93c..a8d1bd39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ webfinger = "0.4.1" tracing = "0.1.35" tracing-subscriber = "0.3.10" riker = "0.4.2" -activitystreams = "=0.7.0-alpha.18" +activitystreams = "=0.7.0-alpha.20" [[bin]] name = "plume"