From 181a78876b67f63c7a290a1563b43f2cbe812459 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 7 Jan 2022 05:47:46 +0900 Subject: [PATCH] Remove askama_escape from dependencies of plume-models --- plume-models/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 193d2b31..477526ea 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" [dependencies] activitypub = "0.1.1" ammonia = "2.1.1" -askama_escape = "0.1" bcrypt = "0.10.1" guid-create = "0.2" itertools = "0.8.0"